mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 17:07:03 +01:00
[gameone] Sort formats
This commit is contained in:
parent
fa19dfccf9
commit
d96b9d40f0
@ -76,6 +76,7 @@ class GameOneIE(InfoExtractor):
|
||||
}
|
||||
for r in rendition_items
|
||||
]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user