azihassan / youtube-d

A fast command-line Youtube downloader
MIT License
7 stars 0 forks source link

Gracefully handle missing formats #68

Closed azihassan closed 7 months ago

azihassan commented 7 months ago

As per this bug report by Ryan, certain videos only have "adaptiveFormats", but no "formats". It could be that Youtube is phasing out the 18 and 22 formats. Either way, the code should skip the missing keys instead of failing.