mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	Fix YouTube signature extraction.
This commit is contained in:
		| @@ -510,7 +510,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): | ||||
|  | ||||
|     def _parse_sig_js(self, jscode): | ||||
|         funcname = self._search_regex( | ||||
|             r'signature=([$a-zA-Z]+)', jscode, | ||||
|             r'\.sig\|\|([a-zA-Z0-9]+)\(', jscode, | ||||
|              'Initial JS player signature function name') | ||||
|  | ||||
|         jsi = JSInterpreter(jscode) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aaron Wojnowski
					Aaron Wojnowski