mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[telegraaf] Make hls non fatal
This commit is contained in:
		@@ -47,7 +47,7 @@ class TelegraafIE(InfoExtractor):
 | 
				
			|||||||
            ext = determine_ext(manifest_url)
 | 
					            ext = determine_ext(manifest_url)
 | 
				
			||||||
            if ext == 'm3u8':
 | 
					            if ext == 'm3u8':
 | 
				
			||||||
                formats.extend(self._extract_m3u8_formats(
 | 
					                formats.extend(self._extract_m3u8_formats(
 | 
				
			||||||
                    manifest_url, video_id, ext='mp4', m3u8_id='hls'))
 | 
					                    manifest_url, video_id, ext='mp4', m3u8_id='hls', fatal=False))
 | 
				
			||||||
            elif ext == 'mpd':
 | 
					            elif ext == 'mpd':
 | 
				
			||||||
                formats.extend(self._extract_mpd_formats(
 | 
					                formats.extend(self._extract_mpd_formats(
 | 
				
			||||||
                    manifest_url, video_id, mpd_id='dash', fatal=False))
 | 
					                    manifest_url, video_id, mpd_id='dash', fatal=False))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user