mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Use the 'base_url' for building the resulting 'url' as well.
This commit is contained in:
		| @@ -47,7 +47,7 @@ class SpiegelIE(InfoExtractor): | ||||
|         formats = [ | ||||
|             { | ||||
|                 'format_id': n.tag.rpartition('type')[2], | ||||
|                 'url': 'http://video2.spiegel.de/flash/' + n.find('./filename').text, | ||||
|                 'url': base_url + n.find('./filename').text, | ||||
|                 'width': int(n.find('./width').text), | ||||
|                 'height': int(n.find('./height').text), | ||||
|                 'abr': int(n.find('./audiobitrate').text), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user