mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -82,7 +82,6 @@ def _extract_api_data(self, video, video_id):
|
||||
if video.get('language'):
|
||||
for fmt in formats:
|
||||
fmt['language'] = video['language']
|
||||
self._sort_formats(formats)
|
||||
|
||||
images = (video.get('images') or []) + [video.get('image') or {}]
|
||||
thumbnails = [{
|
||||
|
||||
Reference in New Issue
Block a user