]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/radiko.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / radiko.py
index 498cc6be94a50bf681871ffd402db93b38f3a13f..f10292203479aed6a43def16c4530500a9ee6230 100644 (file)
@@ -125,7 +125,6 @@ def _extract_formats(self, video_id, station, is_onair, ft, cursor, auth_token,
                     sf['downloader_options'] = {'ffmpeg_args': ['-ss', time_to_skip]}
             formats.extend(subformats)
 
-        self._sort_formats(formats)
         return formats