mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] Misc (#12526)
Authored by: Grub4K, seproDev, gamer191, dirkf Co-authored-by: sepro <sepro@sepr0.com>
This commit is contained in:
		| @@ -102,11 +102,10 @@ class MedalTVIE(InfoExtractor): | ||||
|             item_id = item_id or '%dp' % height | ||||
|             if item_id not in item_url: | ||||
|                 return | ||||
|             width = int(round(aspect_ratio * height)) | ||||
|             container.append({ | ||||
|                 'url': item_url, | ||||
|                 id_key: item_id, | ||||
|                 'width': width, | ||||
|                 'width': round(aspect_ratio * height), | ||||
|                 'height': height, | ||||
|             }) | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Sawicki
					Simon Sawicki