mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-24 00:49:06 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -72,7 +72,6 @@ class NYTimesBaseIE(InfoExtractor):
|
||||
'tbr': int_or_none(video.get('bitrate'), 1000) or None,
|
||||
'ext': ext,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
thumbnails = []
|
||||
for image in video_data.get('images', []):
|
||||
|
||||
Reference in New Issue
Block a user