mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-17 08:36:29 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -81,7 +81,6 @@ class DaftsexIE(InfoExtractor):
|
||||
'height': int_or_none(height),
|
||||
'ext': ext,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
@@ -117,7 +116,6 @@ class DaftsexIE(InfoExtractor):
|
||||
'height': int_or_none(height),
|
||||
'ext': ext,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
thumbnails = []
|
||||
for k, v in item.items():
|
||||
|
Reference in New Issue
Block a user