mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-04 00:55:15 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@ -38,7 +38,6 @@ class RadioDeIE(InfoExtractor):
|
||||
'abr': stream['bitRate'],
|
||||
'asr': stream['sampleRate']
|
||||
} for stream in broadcast['streamUrls']]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': radio_id,
|
||||
|
Reference in New Issue
Block a user