mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	| @@ -3183,7 +3183,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor): | ||||
|                               ' (default)' if language_preference > 0 else ''), | ||||
|                     fmt.get('qualityLabel') or quality.replace('audio_quality_', ''), | ||||
|                     throttled and 'THROTTLED', is_damaged and 'DAMAGED', delim=', '), | ||||
|                 'source_preference': -10 if throttled else -1, | ||||
|                 # Format 22 is likely to be damaged. See https://github.com/yt-dlp/yt-dlp/issues/3372 | ||||
|                 'source_preference': -10 if throttled else -5 if itag == '22' else -1, | ||||
|                 'fps': int_or_none(fmt.get('fps')) or None, | ||||
|                 'height': height, | ||||
|                 'quality': q(quality), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan