]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/radlive.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / radlive.py
index ed38a07f03451db9531e4002aa3433fa4a051765..9bcbb11d547ca914c90e530ae36837a1aca5e91c 100644 (file)
@@ -62,7 +62,6 @@ def _real_extract(self, url):
             raise ExtractorError('Unable to extract video info, make sure the URL is valid')
 
         formats = self._extract_m3u8_formats(video_info['assets']['videos'][0]['url'], video_id)
-        self._sort_formats(formats)
 
         data = video_info.get('structured_data', {})