Browse Source

Update jsinterp.py

http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js 
fix raise ExtractorError
totalwebcasting
tinybug 10 years ago
parent
commit
85b9275517
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/jsinterp.py

+ 1
- 1
youtube_dl/jsinterp.py View File

@ -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')


Loading…
Cancel
Save