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
281 stars 46 forks source link

fix typos in exception names and make all exceptions inherit from the… #66

Closed akamhy closed 2 years ago

akamhy commented 2 years ago

… base VideoHashError exception

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (af838c9) into main (6897b28) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   99.09%   99.08%   -0.02%     
==========================================
  Files           8        8              
  Lines         331      327       -4     
==========================================
- Hits          328      324       -4     
  Misses          3        3              
Impacted Files Coverage Δ
videohash/__init__.py 100.00% <ø> (ø)
videohash/videohash.py 100.00% <ø> (ø)
videohash/downloader.py 100.00% <100.00%> (ø)
videohash/exceptions.py 100.00% <100.00%> (ø)
videohash/framesextractor.py 95.52% <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 6897b28...af838c9. Read the comment docs.