]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ntvde.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / ntvde.py
index d252ced86615dfc155bba31a37796d3592288d38..6d7ea3d1844a1d1d6dd437df5ffda1b2368724c9 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
             formats.extend(self._extract_m3u8_formats(
                 m3u8_url, video_id, ext='mp4', entry_protocol='m3u8_native',
                 quality=1, m3u8_id='hls', fatal=False))
-        self._sort_formats(formats)
 
         return {
             'id': video_id,