]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rts.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rts.py
index 6644538ed1bac4be08191a1522157978e717f9a2..81c4d7cac83a12aa5020ffb43dd26cd101ed37f1 100644 (file)
@@ -212,7 +212,6 @@ def extract_bitrate(url):
             })
 
         self._check_formats(formats, media_id)
-        self._sort_formats(formats)
 
         duration = info.get('duration') or info.get('cutout') or info.get('cutduration')
         if isinstance(duration, compat_str):