mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-30 08:44:52 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -125,7 +125,6 @@ class RadikoBaseIE(InfoExtractor):
|
||||
sf['downloader_options'] = {'ffmpeg_args': ['-ss', time_to_skip]}
|
||||
formats.extend(subformats)
|
||||
|
||||
self._sort_formats(formats)
|
||||
return formats
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user