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

cpython 3.10 now supported by videohash #58

Closed akamhy closed 2 years ago

akamhy commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #58 (b010ee0) into main (072b2b3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #58   +/-   ##
=======================================
  Coverage   98.88%   98.88%           
=======================================
  Files           8        8           
  Lines         359      359           
=======================================
  Hits          355      355           
  Misses          4        4           

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 072b2b3...b010ee0. Read the comment docs.

akamhy commented 2 years ago

Also, removed youtube-dl and only use yt-dlp cuz,

videohash.exceptions.DownloadFailed: 'C:\hostedtoolcache\windows\Python\3.9.8\x64\Scripts\youtube-dl.EXE' failed to download the video at 'https://www.youtube.com/watch?v=4fdbfLJYYgI'.
E           [youtube] 4fdbfLJYYgI: Downloading webpage
E           
E           ERROR: unable to download video data: HTTP Error 403: Forbidden

youtube_dl appears dead.