mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[gameone] Sort formats
This commit is contained in:
parent
fa19dfccf9
commit
d96b9d40f0
@ -76,6 +76,7 @@ def _real_extract(self, url):
|
||||
}
|
||||
for r in rendition_items
|
||||
]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user