]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fox.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / fox.py
index 53826630fe47c999c6cec60e6148dd493c942d40..15c0c48c178616487df6eb334ab0f3739028212e 100644 (file)
@@ -132,7 +132,6 @@ def _real_extract(self, url):
         formats = self._extract_m3u8_formats(
             m3u8_url, video_id, 'mp4',
             entry_protocol='m3u8_native', m3u8_id='hls')
-        self._sort_formats(formats)
 
         data = try_get(
             video, lambda x: x['trackingData']['properties'], dict) or {}