mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Update jsinterp.py
http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js fix raise ExtractorError
This commit is contained in:
		| @@ -61,7 +61,7 @@ class JSInterpreter(object): | ||||
|             pass | ||||
|  | ||||
|         m = re.match( | ||||
|             r'^(?P<var>[a-zA-Z0-9_]+)\.(?P<member>[^(]+)(?:\(+(?P<args>[^()]*)\))?$', | ||||
|             r'^(?P<var>[$a-zA-Z0-9_]+)\.(?P<member>[^(]+)(?:\(+(?P<args>[^()]*)\))?$', | ||||
|             expr) | ||||
|         if m: | ||||
|             variable = m.group('var') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user