]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/islamchannel.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / islamchannel.py
index bac852b12dec4f9990ffe04732c8ecc12029999e..253a846b7adb50c5c07b6c0b1b97b85eaec3c3f5 100644 (file)
@@ -41,7 +41,6 @@ def _real_extract(self, url):
             traverse_obj(show_stream, ('response', 'tokenization', 'url')), video_id,
             headers=headers)
         formats, subs = self._extract_m3u8_formats_and_subtitles(traverse_obj(streams, ('Streams', 'Adaptive')), video_id, 'mp4')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,