aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/islamchannel.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/islamchannel.py')
-rw-r--r--yt_dlp/extractor/islamchannel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/islamchannel.py b/yt_dlp/extractor/islamchannel.py
index bac852b12..253a846b7 100644
--- a/yt_dlp/extractor/islamchannel.py
+++ b/yt_dlp/extractor/islamchannel.py
@@ -41,7 +41,6 @@ class IslamChannelIE(InfoExtractor):
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,