]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fifa.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / fifa.py
index e170b67a7f3ca11f1d07d142640f728c3ca3aebe..dc00edcb31cd2858f0818f2b1ddf680af79e5a0f 100644 (file)
@@ -80,7 +80,6 @@ def _real_extract(self, url):
             })
 
         formats, subtitles = self._extract_m3u8_formats_and_subtitles(content_data['playURL'], video_id)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,