]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/internazionale.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / internazionale.py
index c8f70785f110d4e2589d0dc76addd936ab20a3cf..1b1cb574ad3aa0de75d0e2a2d710f40a7a6ec722 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
             entry_protocol='m3u8_native', m3u8_id='hls', fatal=False)
         formats.extend(self._extract_mpd_formats(
             video_base + 'mpd', display_id, mpd_id='dash', fatal=False))
-        self._sort_formats(formats)
 
         timestamp = unified_timestamp(self._html_search_meta(
             'article:published_time', webpage, 'timestamp'))