Browse Source

[vevo] Sort formats (Fixes #3399)

Philipp Hagemeister 11 năm trước cách đây
mục cha
commit
bff74bdd1a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      youtube_dl/extractor/vevo.py

+ 1 - 0
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'))