aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/radiode.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/radiode.py')
-rw-r--r--yt_dlp/extractor/radiode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/radiode.py b/yt_dlp/extractor/radiode.py
index befb0b72b..32c36d557 100644
--- a/yt_dlp/extractor/radiode.py
+++ b/yt_dlp/extractor/radiode.py
@@ -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,