projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7272eab
)
[jsinterp] Do not expect dot in simple function call
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 24 Jul 2014 09:33:33 +0000
(11:33 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 24 Jul 2014 09:33:42 +0000
(11:33 +0200)
youtube_dl/jsinterp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/jsinterp.py
b/youtube_dl/jsinterp.py
index 95e6948ff3ab518e6cd36f9e7423d1cc71cb5785..5731e264baa06d276373d6bf7290e9b1df47ef68 100644
(file)
--- a/
youtube_dl/jsinterp.py
+++ b/
youtube_dl/jsinterp.py
@@
-130,7
+130,7
@@
class JSInterpreter(object):
return a % b
m = re.match(
- r'^(?P<func>[
.
a-zA-Z$]+)\((?P<args>[a-z0-9,]+)\)$', expr)
+ r'^(?P<func>[a-zA-Z$]+)\((?P<args>[a-z0-9,]+)\)$', expr)
if m:
fname = m.group('func')
argvals = tuple([