mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-22 16:08:58 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -63,8 +63,6 @@ class BigflixIE(InfoExtractor):
|
||||
'url': decode_url(file_url),
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
description = self._html_search_meta('description', webpage)
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user