1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-21 03:05:23 +00: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 @@ class GameOneIE(InfoExtractor):
}
for r in rendition_items
]
self._sort_formats(formats)
return {
'id': video_id,