]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/digitalconcerthall.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / digitalconcerthall.py
index 3813a51fe2c051ee38c58c2a2417a4cd9e7e228e..3461e36eb6cd6bc3dc7c384b015d066d0f399fd3 100644 (file)
@@ -88,7 +88,6 @@ def _entries(self, items, language, **kwargs):
             m3u8_url = traverse_obj(
                 stream_info, ('channel', lambda k, _: k.startswith('vod_mixed'), 'stream', 0, 'url'), get_all=False)
             formats = self._extract_m3u8_formats(m3u8_url, video_id, 'mp4', 'm3u8_native', fatal=False)
-            self._sort_formats(formats)
 
             yield {
                 'id': video_id,