1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

[gameone] Sort formats

This commit is contained in:
Philipp Hagemeister
2014-07-11 11:27:44 +02:00
parent fa19dfccf9
commit d96b9d40f0

View File

@@ -76,6 +76,7 @@ def _real_extract(self, url):
}
for r in rendition_items
]
self._sort_formats(formats)
return {
'id': video_id,