mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[crunchyroll] Sort formats
This commit is contained in:
parent
8312b1a3d1
commit
00a17a9e12
@ -367,6 +367,7 @@ def _real_extract(self, url):
|
||||
'ext': 'flv',
|
||||
})
|
||||
formats.append(format_info)
|
||||
self._sort_formats(formats)
|
||||
|
||||
metadata = self._download_xml(
|
||||
'http://www.crunchyroll.com/xml', video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user