mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Misc
This commit is contained in:
		| @@ -3687,7 +3687,7 @@ class YoutubeDL: | ||||
| 
 | ||||
|         def simplified_codec(f, field): | ||||
|             assert field in ('acodec', 'vcodec') | ||||
|             codec = f.get(field, 'unknown') | ||||
|             codec = f.get(field) | ||||
|             if not codec: | ||||
|                 return 'unknown' | ||||
|             elif codec != 'none': | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan