mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 16:55:15 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -72,7 +72,6 @@ class MallTVIE(InfoExtractor):
|
||||
|
||||
formats = self._extract_m3u8_formats(
|
||||
video['VideoSource'], video_id, 'mp4', 'm3u8_native')
|
||||
self._sort_formats(formats)
|
||||
|
||||
subtitles = {}
|
||||
for s in (video.get('Subtitles') or {}):
|
||||
|
||||
Reference in New Issue
Block a user