mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-04-23 15:27:31 +00:00

* If our parsed JSON ends up as a list, rather than a dict, then store it in ['sources'] as that list, rather than trying to wrap it in an array, which leads to type errors. (Such a list indicates multiple file formats/sources, rather than a playlist.) * Allow format labels like 'SD 480' and 'HD 720' in addition to '1080p'