]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/videopress.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / videopress.py
index 16965dfb0e710c883a6a8f6dcf0e8d83cdb7ac4e..0734aee9c2482f330e2635742775db3cb840bba5 100644 (file)
@@ -76,7 +76,6 @@ def _real_extract(self, url):
                 'width': int_or_none(video.get('width')),
                 'height': int_or_none(video.get('height')),
             })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,