mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-07 20:58:34 +03:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -50,7 +50,6 @@ class RadioJavanIE(InfoExtractor):
|
||||
'format_id': format_id,
|
||||
})
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
title = self._og_search_title(webpage)
|
||||
thumbnail = self._og_search_thumbnail(webpage)
|
||||
|
||||
Reference in New Issue
Block a user