mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[iwara] Fix download URLs (closes #17026)
This commit is contained in:
		 Kazuma Takahara
					Kazuma Takahara
				
			
				
					committed by
					
						 Sergey M
						Sergey M
					
				
			
			
				
	
			
			
			 Sergey M
						Sergey M
					
				
			
						parent
						
							e9c671d5e8
						
					
				
				
					commit
					edb0e17188
				
			| @@ -77,7 +77,7 @@ class IwaraIE(InfoExtractor): | ||||
|             height = int_or_none(self._search_regex( | ||||
|                 r'(\d+)p', format_id, 'height', default=None)) | ||||
|             formats.append({ | ||||
|                 'url': a_format['uri'], | ||||
|                 'url': self._proto_relative_url(a_format['uri'], 'https:'), | ||||
|                 'format_id': format_id, | ||||
|                 'ext': mimetype2ext(a_format.get('mime')) or 'mp4', | ||||
|                 'height': height, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user