]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sverigesradio.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / sverigesradio.py
index 4a4b5cf7ef44cb96acf9bb2ce116e8a4fdd273aa..65da615d00c7bca3c56701cb55fa9237dbd4df60 100644 (file)
@@ -58,7 +58,6 @@ def _real_extract(self, url):
                 'vcodec': 'none',
                 'url': audio_url,
             })
-        self._sort_formats(formats)
 
         return {
             'id': audio_id,