1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-04 04:51:35 +02: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,