mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[telegraaf] Enable dash formats
This commit is contained in:
		@@ -49,9 +49,8 @@ class TelegraafIE(InfoExtractor):
 | 
			
		||||
                formats.extend(self._extract_m3u8_formats(
 | 
			
		||||
                    manifest_url, video_id, ext='mp4', m3u8_id='hls'))
 | 
			
		||||
            elif ext == 'mpd':
 | 
			
		||||
                # TODO: Current DASH formats are broken - $Time$ pattern in
 | 
			
		||||
                # <SegmentTemplate> not implemented yet
 | 
			
		||||
                continue
 | 
			
		||||
                formats.extend(self._extract_mpd_formats(
 | 
			
		||||
                    manifest_url, video_id, mpd_id='dash', fatal=False))
 | 
			
		||||
            else:
 | 
			
		||||
                self.report_warning('Unknown adaptive format %s' % ext)
 | 
			
		||||
        for location in locations.get('progressive', []):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user