mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-09 02:24:52 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -60,7 +60,6 @@ class NTVDeIE(InfoExtractor):
|
||||
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,
|
||||
|
Reference in New Issue
Block a user