CouncilDataProject / cdp-backend

Data storage utilities and processing pipelines used by CDP instances.
https://councildataproject.org/cdp-backend
Mozilla Public License 2.0
22 stars 26 forks source link

feature/vimeo-downloader #199

Closed Shak2000 closed 2 years ago

Shak2000 commented 2 years ago

Link to Relevant Issue

This pull request resolves #191

Description of Changes

Added a Vimeo Downloader. Note: Does not work for every video on Vimeo. Still looking for a solution for that

codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (dc49fcd) into main (1e3b7cb) will decrease coverage by 0.04%. The diff coverage is 84.61%.

@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
- Coverage   93.38%   93.34%   -0.05%     
==========================================
  Files          51       51              
  Lines        2677     2690      +13     
==========================================
+ Hits         2500     2511      +11     
- Misses        177      179       +2     
Impacted Files Coverage Δ
cdp_backend/tests/utils/test_file_utils.py 100.00% <ø> (ø)
cdp_backend/utils/file_utils.py 92.30% <83.33%> (-0.69%) :arrow_down:
cdp_backend/tests/conftest.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e3b7cb...dc49fcd. Read the comment docs.