mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[canalplus] Fix m3u8 videos extension
This commit is contained in:
		| @@ -106,7 +106,7 @@ class CanalplusIE(InfoExtractor): | ||||
|                 continue | ||||
|             format_id = fmt.tag | ||||
|             if format_id == 'HLS': | ||||
|                 hls_formats = self._extract_m3u8_formats(format_url, video_id, 'flv') | ||||
|                 hls_formats = self._extract_m3u8_formats(format_url, video_id, 'mp4') | ||||
|                 for fmt in hls_formats: | ||||
|                     fmt['preference'] = preference(format_id) | ||||
|                 formats.extend(hls_formats) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․