mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-23 00:18:55 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -79,7 +79,6 @@ class TheWeatherChannelIE(ThePlatformIE): # XXX: Do not subclass from concrete
|
||||
'url': variant_url,
|
||||
'format_id': variant_id,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
cc_url = video_data.get('cc_url')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user