mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Fix misc bugs (#8968)
Closes #8816 Authored by: bashonly, seproDev, pukkandan, Grub4k
This commit is contained in:
		| @@ -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({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan