mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -73,8 +73,6 @@ class IchinanaLiveIE(InfoExtractor):
|
||||
'acodec': 'aac',
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': uploader or video_id,
|
||||
@@ -147,8 +145,6 @@ class IchinanaLiveClipIE(InfoExtractor):
|
||||
'http_headers': {'Referer': url},
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': uploader or video_id,
|
||||
|
||||
Reference in New Issue
Block a user