This release fixes an issue that came from a change made in the last version that changed the name of the VP9 stream (from vp9
to vp09
, the problem: Some (rare) VP9 stream still use the old name (vp9
).
This release also see the light of a new EXPERIMENTAL script to check if the downloaded videos are unavailable on YouTube.
Changelog:
-
Fix an edgecase where VP09 is named VP09 causing it to be ignored (Closes #102)
-
Release an experimental script that check which videos were deleted from YouTube (Closes #65)
-
Change 'Check Availability' to 'Check Unavailability'
Special thanks:
@pukkandan and the yt-dlp team for all the work done on yt-dlp.
@jacroe for writing the new format to fix #102 (I still did it myself - just to be sure, but compared with what he did, and it matched) and pushing me to release the experimental version of the script
PS:
Sorry that this took so long... life got in the way, and working on this script really isn't that fun (since it's so convoluted).