mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ie/generic] Fix KVS thumbnail extraction
Closes #8045 Authored by: bashonly
This commit is contained in:
		| @@ -2370,7 +2370,7 @@ class GenericIE(InfoExtractor): | |||||||
|             'id': flashvars['video_id'], |             'id': flashvars['video_id'], | ||||||
|             'display_id': display_id, |             'display_id': display_id, | ||||||
|             'title': title, |             'title': title, | ||||||
|             'thumbnail': thumbnail, |             'thumbnail': urljoin(url, thumbnail), | ||||||
|             'formats': formats, |             'formats': formats, | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly