X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fjsinterp.py;fp=youtube_dl%2Fjsinterp.py;h=5731e264baa06d276373d6bf7290e9b1df47ef68;hb=892e3192fbed45c0fa13c91c3c18e432b95a4018;hp=95e6948ff3ab518e6cd36f9e7423d1cc71cb5785;hpb=7272eab9d006b4835b7dbe34ea57d7551fc03803;p=youtube-dl diff --git a/youtube_dl/jsinterp.py b/youtube_dl/jsinterp.py index 95e6948ff..5731e264b 100644 --- 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[.a-zA-Z$]+)\((?P[a-z0-9,]+)\)$', expr) + r'^(?P[a-zA-Z$]+)\((?P[a-z0-9,]+)\)$', expr) if m: fname = m.group('func') argvals = tuple([