mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-28 21:24:51 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -51,8 +51,6 @@ class Rule34VideoIE(InfoExtractor):
|
||||
thumbnail = self._html_search_regex(r'preview_url:\s+\'([^\']+)\'', webpage, 'thumbnail', default=None)
|
||||
duration = self._html_search_regex(r'"icon-clock"></i>\s+<span>((?:\d+:?)+)', webpage, 'duration', default=None)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
|
Reference in New Issue
Block a user