mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[svt] Fix DASH formats extraction
This commit is contained in:
		@@ -16,7 +16,7 @@ class SVTBaseIE(InfoExtractor):
 | 
			
		||||
    def _extract_video(self, video_info, video_id):
 | 
			
		||||
        formats = []
 | 
			
		||||
        for vr in video_info['videoReferences']:
 | 
			
		||||
            player_type = vr.get('playerType')
 | 
			
		||||
            player_type = vr.get('playerType') or vr.get('format')
 | 
			
		||||
            vurl = vr['url']
 | 
			
		||||
            ext = determine_ext(vurl)
 | 
			
		||||
            if ext == 'm3u8':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user