[vevo] Sort formats (Fixes #3399)

This commit is contained in:
Philipp Hagemeister 2014-07-30 09:49:55 +02:00
parent 10b04ff7f4
commit bff74bdd1a
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class VevoIE(InfoExtractor):
self._downloader.report_warning(
'Cannot download SMIL information, falling back to JSON ..')
self._sort_formats(formats)
timestamp_ms = int(self._search_regex(
r'/Date\((\d+)\)/', video_info['launchDate'], 'launch date'))