mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 07:05:41 +07:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -49,7 +49,6 @@ def _extract_video_info(self, url, content, video):
|
||||
'url': source_url,
|
||||
'format_id': protocol,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': clip_id,
|
||||
|
||||
Reference in New Issue
Block a user