]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/metacafe.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / metacafe.py
index 048c74e68b1e5aaff945378ae293cf01fb3bc19c..d7f5def0e068867c409e3855de2db54a89269f72 100644 (file)
@@ -267,7 +267,6 @@ def _real_extract(self, url):
                 'url': video_url,
                 'ext': video_ext,
             }]
-        self._sort_formats(formats)
 
         return {
             'id': video_id,