mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 19:29:51 +01:00
parent
0db3bae879
commit
c35ada3360
@ -485,7 +485,7 @@ def extract_from_video_info(media):
|
||||
fmts, subs = self._extract_variant_formats(variant, twid)
|
||||
subtitles = self._merge_subtitles(subtitles, subs)
|
||||
formats.extend(fmts)
|
||||
self._sort_formats(formats)
|
||||
self._sort_formats(formats, ('res', 'br', 'size', 'proto')) # The codec of http formats are unknown
|
||||
|
||||
thumbnails = []
|
||||
media_url = media.get('media_url_https') or media.get('media_url')
|
||||
|
Loading…
Reference in New Issue
Block a user