mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[extractor/patreon] Sort formats
This commit is contained in:
parent
f7c5a5e967
commit
b27bc13af6
@ -277,6 +277,7 @@ def _real_extract(self, url):
|
||||
}
|
||||
elif name == 'video':
|
||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(post_file['url'], video_id)
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
**info,
|
||||
'formats': formats,
|
||||
|
Loading…
Reference in New Issue
Block a user