]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/firsttv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / firsttv.py
index 99c27e0c327c1a84cc06279387a96af877e26015..f74bd132f513cc73048432163f5ef62042000925 100644 (file)
@@ -123,7 +123,6 @@ def _real_extract(self, url):
                     % (path, m3u8_path),
                     display_id, 'mp4',
                     entry_protocol='m3u8_native', m3u8_id='hls', fatal=False))
-            self._sort_formats(formats)
 
             thumbnail = item.get('poster') or self._og_search_thumbnail(webpage)
             duration = int_or_none(item.get('duration') or self._html_search_meta(