diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:27:44 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-07-11 11:27:44 +0200 |
commit | d96b9d40f04110f427e5bbd2dcc75aeb375291c7 (patch) | |
tree | 35ec9279422cd1d0cb0436cea3840d017569a10f | |
parent | fa19dfccf9ced09657bc27c870ba75a19690ebb7 (diff) |
[gameone] Sort formats
-rw-r--r-- | youtube_dl/extractor/gameone.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gameone.py b/youtube_dl/extractor/gameone.py index 2544ea521..b580f52fb 100644 --- a/youtube_dl/extractor/gameone.py +++ b/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, |