mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 07:34:51 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -28,7 +28,6 @@ class EllenTubeBaseIE(InfoExtractor):
|
||||
entry_protocol='m3u8_native', m3u8_id='hls')
|
||||
duration = int_or_none(entry.get('duration'))
|
||||
break
|
||||
self._sort_formats(formats)
|
||||
|
||||
def get_insight(kind):
|
||||
return int_or_none(try_get(
|
||||
|
Reference in New Issue
Block a user