mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 17:44:51 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -81,7 +81,6 @@ class JojIE(InfoExtractor):
|
||||
r'(\d+)[pP]', format_id or path, 'height',
|
||||
default=None)),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
|
Reference in New Issue
Block a user