mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-26 16:50:10 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -425,8 +425,6 @@ class NiconicoIE(InfoExtractor):
|
||||
if fmt:
|
||||
formats.append(fmt)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
# Start extracting information
|
||||
tags = None
|
||||
if webpage:
|
||||
|
Reference in New Issue
Block a user