mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 00:25:06 +00:00
[gameone] Sort formats
This commit is contained in:
parent
fa19dfccf9
commit
d96b9d40f0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue