mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 18:55:42 -04:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -113,7 +113,6 @@ class LEGOIE(InfoExtractor):
|
||||
'width': quality[2],
|
||||
}),
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
subtitles = {}
|
||||
sub_file_id = video.get('SubFileId')
|
||||
|
Reference in New Issue
Block a user