mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-04 03:10:26 +00:00
[extractor/patreon] Sort formats
This commit is contained in:
@@ -277,6 +277,7 @@ class PatreonIE(PatreonBaseIE):
|
|||||||
}
|
}
|
||||||
elif name == 'video':
|
elif name == 'video':
|
||||||
formats, subtitles = self._extract_m3u8_formats_and_subtitles(post_file['url'], video_id)
|
formats, subtitles = self._extract_m3u8_formats_and_subtitles(post_file['url'], video_id)
|
||||||
|
self._sort_formats(formats)
|
||||||
return {
|
return {
|
||||||
**info,
|
**info,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
Reference in New Issue
Block a user