]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mainstreaming.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / mainstreaming.py
index 213a1df5723e9655e05186fddc2213a92d1e0796..fe5589d598d8784dee5bad3c581bed11e042884d 100644 (file)
@@ -197,8 +197,6 @@ def _real_extract(self, url):
             subtitles = self._merge_subtitles(m3u8_subs, mpd_subs)
             formats.extend(m3u8_formats + mpd_formats)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,