mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[collegehumor] The video may not contain any file in webm format (#2277)
For example http://www.collegehumor.com/video/5812266
This commit is contained in:
		| @@ -49,7 +49,7 @@ class CollegeHumorIE(InfoExtractor): | ||||
|         PREFS = {'high_quality': 2, 'low_quality': 0} | ||||
|         formats = [] | ||||
|         for format_key in ('mp4', 'webm'): | ||||
|             for qname, qurl in vdata[format_key].items(): | ||||
|             for qname, qurl in vdata.get(format_key, {}).items(): | ||||
|                 formats.append({ | ||||
|                     'format_id': format_key + '_' + qname, | ||||
|                     'url': qurl, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz