mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-16 13:43:22 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -32,7 +32,6 @@ class ChingariBaseIE(InfoExtractor):
|
||||
'url': base_url + '/apipublic' + media_data['path'],
|
||||
'quality': 10,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
timestamp = str_to_int(post_data.get('created_at'))
|
||||
if timestamp:
|
||||
timestamp = int_or_none(timestamp, 1000)
|
||||
|
||||
Reference in New Issue
Block a user