mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[arte.tv:+7] Make quality optional (Closes #4583)
This commit is contained in:
		@@ -133,7 +133,7 @@ class ArteTVPlus7IE(InfoExtractor):
 | 
			
		||||
                'width': int_or_none(f.get('width')),
 | 
			
		||||
                'height': int_or_none(f.get('height')),
 | 
			
		||||
                'tbr': int_or_none(f.get('bitrate')),
 | 
			
		||||
                'quality': qfunc(f['quality']),
 | 
			
		||||
                'quality': qfunc(f.get('quality')),
 | 
			
		||||
                'source_preference': source_pref,
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user