Browse Source

[gameone] Sort formats

Philipp Hagemeister 11 years ago
parent
commit
d96b9d40f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/gameone.py

+ 1 - 0
youtube_dl/extractor/gameone.py

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