]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/minoto.py
[cleanup] Fix misc bugs (#8968)
[yt-dlp.git] / yt_dlp / extractor / minoto.py
index 8d18179c780dbaedccb2a4b20237f6cbea49d11c..032bf3b7113c7264a1ea86ccd1e8e4571ce9da62 100644 (file)
@@ -21,7 +21,7 @@ def _real_extract(self, url):
                 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({