parent
							
								
									2d4fe594c6
								
							
						
					
					
						commit
						9a47fa35dd
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1178,7 +1178,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
			
		|||
    def _parse_sig_js(self, jscode):
 | 
			
		||||
        funcname = self._search_regex(
 | 
			
		||||
            (r'(["\'])signature\1\s*,\s*(?P<sig>[a-zA-Z0-9$]+)\(',
 | 
			
		||||
             r'\.sig\|\|(?P<sig>[a-zA-Z0-9$]+)\('),
 | 
			
		||||
             r'\.sig\|\|(?P<sig>[a-zA-Z0-9$]+)\(',
 | 
			
		||||
             r'yt\.akamaized\.net/\)\s*\|\|\s*.*?\s*c\s*&&\s*d\.set\([^,]+\s*,\s*(?P<sig>[a-zA-Z0-9$]+)\(',
 | 
			
		||||
             r'\bc\s*&&\s*d\.set\([^,]+\s*,\s*(?P<sig>[a-zA-Z0-9$]+)\('),
 | 
			
		||||
            jscode, 'Initial JS player signature function name', group='sig')
 | 
			
		||||
 | 
			
		||||
        jsi = JSInterpreter(jscode)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue