mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vesti] Fix width and height
This commit is contained in:
		| @@ -113,8 +113,8 @@ class VestiIE(InfoExtractor): | ||||
|         priority_transport = playlist['priority_transport'] | ||||
|  | ||||
|         thumbnail = media['picture'] | ||||
|         width = media['width'] | ||||
|         height = media['height'] | ||||
|         width = int_or_none(media['width']) | ||||
|         height = int_or_none(media['height']) | ||||
|         description = media['anons'] | ||||
|         title = media['title'] | ||||
|         duration = int_or_none(media.get('duration')) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․