Fix YouTube signature extraction.
This commit is contained in:
		| @@ -510,7 +510,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor): | |||||||
|  |  | ||||||
|     def _parse_sig_js(self, jscode): |     def _parse_sig_js(self, jscode): | ||||||
|         funcname = self._search_regex( |         funcname = self._search_regex( | ||||||
|             r'signature=([$a-zA-Z]+)', jscode, |             r'\.sig\|\|([a-zA-Z0-9]+)\(', jscode, | ||||||
|              'Initial JS player signature function name') |              'Initial JS player signature function name') | ||||||
|  |  | ||||||
|         jsi = JSInterpreter(jscode) |         jsi = JSInterpreter(jscode) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aaron Wojnowski
					Aaron Wojnowski