aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/minoto.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2024-03-10 19:52:49 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2024-03-11 00:51:26 +0530
commit93240fc1848de4a94f25844c96e0dcd282ef1d3b (patch)
tree0008ef502170dfeec7a81181345c8b0942d1efa1 /yt_dlp/extractor/minoto.py
parent47ab66db0f083a76c7fba0f6e136b21dd5a93e3b (diff)
[cleanup] Fix misc bugs (#8968)
Closes #8816 Authored by: bashonly, seproDev, pukkandan, Grub4k
Diffstat (limited to 'yt_dlp/extractor/minoto.py')
-rw-r--r--yt_dlp/extractor/minoto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/minoto.py b/yt_dlp/extractor/minoto.py
index 8d18179c7..032bf3b71 100644
--- a/yt_dlp/extractor/minoto.py
+++ b/yt_dlp/extractor/minoto.py
@@ -21,7 +21,7 @@ class MinotoIE(InfoExtractor):
continue
container = fmt.get('container')
if container == 'hls':
- formats.extend(fmt_url, video_id, 'mp4', m3u8_id='hls', fatal=False)
+ formats.extend(self._extract_m3u8_formats(fmt_url, video_id, 'mp4', m3u8_id='hls', fatal=False))
else:
fmt_profile = fmt.get('profile') or {}
formats.append({