]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vevo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / vevo.py
index a146be04862f9b4e71faf65b9f3b266bc62d90c4..da4ce49ca68660e70c0fed0573698c48dbc38ce3 100644 (file)
@@ -274,7 +274,6 @@ def _real_extract(self, url):
                     'width': int(m.group('width')),
                     'height': int(m.group('height')),
                 })
-        self._sort_formats(formats)
 
         track = video_info['title']
         if featured_artist: