logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: bff74bdd1a0eaf22e1dbd6c3b9b7bf3fd5cab62f
parent 10b04ff7f4cdd77cee9e8fcda1a9f77f75a1317f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 30 Jul 2014 09:49:55 +0200

[vevo] Sort formats (Fixes #3399)

Diffstat:

Myoutube_dl/extractor/vevo.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py @@ -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'))