mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -81,6 +81,7 @@ class IwaraIE(InfoExtractor): | ||||
|                 'format_id': format_id, | ||||
|                 'ext': mimetype2ext(a_format.get('mime')) or 'mp4', | ||||
|                 'height': height, | ||||
|                 'width': int_or_none(height / 9.0 * 16.0 if height else None), | ||||
|                 'quality': 1 if format_id == 'Source' else 0, | ||||
|             }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan