mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[spankwire] Do not modify aes key string
This commit is contained in:
		| @@ -71,7 +71,7 @@ class SpankwireIE(InfoExtractor): | ||||
|             compat_urllib_parse.unquote, | ||||
|             re.findall(r'playerData\.cdnPath[0-9]{3,}\s*=\s*["\']([^"\']+)["\']', webpage))) | ||||
|         if webpage.find('flashvars\.encrypted = "true"') != -1: | ||||
|             password = self._html_search_regex( | ||||
|             password = self._search_regex( | ||||
|                 r'flashvars\.video_title = "([^"]+)', | ||||
|                 webpage, 'password').replace('+', ' ') | ||||
|             video_urls = list(map( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․