mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Merge pull request #4136 from andikmu/master
fix swrmediathek for new formats.
This commit is contained in:
		@@ -80,7 +80,7 @@ class SWRMediathekIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
            if media_type == 'Video':
 | 
			
		||||
                fmt.update({
 | 
			
		||||
                    'format_note': ['144p', '288p', '544p'][quality-1],
 | 
			
		||||
                    'format_note': ['144p', '288p', '544p', '720p'][quality-1],
 | 
			
		||||
                    'vcodec': codec,
 | 
			
		||||
                })
 | 
			
		||||
            elif media_type == 'Audio':
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user