akamhy / videohash

Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
https://pypi.org/project/videohash
MIT License
264 stars 41 forks source link

remove youtube-dl from videohash codebase #59

Closed akamhy closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #59 (a8ab72e) into main (ca09268) will increase coverage by 0.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   98.88%   99.09%   +0.20%     
==========================================
  Files           8        8              
  Lines         359      331      -28     
==========================================
- Hits          355      328      -27     
+ Misses          4        3       -1     
Impacted Files Coverage Δ
videohash/__init__.py 100.00% <ø> (ø)
videohash/exceptions.py 100.00% <ø> (ø)
videohash/downloader.py 100.00% <100.00%> (+2.00%) :arrow_up:
videohash/videohash.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 ca09268...a8ab72e. Read the comment docs.