mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[screenwavemedia] Use the IP for the videoserver (fixes #6397)
For http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/ the other server returns a 403 error.
This commit is contained in:
		| @@ -31,7 +31,7 @@ class ScreenwaveMediaIE(InfoExtractor): | |||||||
|             'http://player.screenwavemedia.com/player.js', |             'http://player.screenwavemedia.com/player.js', | ||||||
|             video_id, 'Downloading playerconfig webpage') |             video_id, 'Downloading playerconfig webpage') | ||||||
|  |  | ||||||
|         videoserver = self._search_regex(r"'videoserver'\s*:\s*'([^']+)", playerconfig, 'videoserver') |         videoserver = self._search_regex(r"\[ipaddress\]\s*=>\s*([\d\.]+)", playerdata, 'videoserver') | ||||||
|  |  | ||||||
|         sources = self._parse_json( |         sources = self._parse_json( | ||||||
|             js_to_json( |             js_to_json( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz