mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-10 19:45:15 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -29,8 +29,6 @@ class MoviezineIE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
}]
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': self._search_regex(r'title: "(.+?)",', jsplayer, 'title'),
|
||||
|
||||
Reference in New Issue
Block a user