Browse Source

[gameone] Sort formats

totalwebcasting
Philipp Hagemeister 10 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 View File

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


Loading…
Cancel
Save