mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[comcarcoff] Add support for singleshots (Closes #6366)
This commit is contained in:
		| @@ -36,7 +36,7 @@ class ComCarCoffIE(InfoExtractor): | ||||
|             webpage, 'full data json')) | ||||
|  | ||||
|         video_id = full_data['activeVideo']['video'] | ||||
|         video_data = full_data['videos'][video_id] | ||||
|         video_data = full_data.get('videos', {}).get(video_id) or full_data['singleshots'][video_id] | ||||
|         thumbnails = [{ | ||||
|             'url': video_data['images']['thumb'], | ||||
|         }, { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․