mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 18:22:37 +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',
|
'ext': 'flv',
|
||||||
})
|
})
|
||||||
formats.append(format_info)
|
formats.append(format_info)
|
||||||
|
self._sort_formats(formats)
|
||||||
|
|
||||||
metadata = self._download_xml(
|
metadata = self._download_xml(
|
||||||
'http://www.crunchyroll.com/xml', video_id,
|
'http://www.crunchyroll.com/xml', video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user