mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-05 14:24:39 -04:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -49,7 +49,6 @@ class MetacriticIE(InfoExtractor):
|
||||
'format_id': rate_str,
|
||||
'tbr': int(rate_str),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
description = self._html_search_regex(r'<b>Description:</b>(.*?)</p>',
|
||||
webpage, 'description', flags=re.DOTALL)
|
||||
|
Reference in New Issue
Block a user