]> code.delx.au - youtube-cgi/commitdiff
exec nodejs
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 24 Nov 2014 10:50:39 +0000 (21:50 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 24 Nov 2014 10:50:39 +0000 (21:50 +1100)
youtube.cgi

index 471f394cc04ccbe668f1de3e46910f8c3d8b5192..da6109c27b47ced33f153b60319cf7ebf8e55a36 100755 (executable)
@@ -158,7 +158,7 @@ def decode_signature(js_url, signature):
         "code": json.dumps(extract_js(script)),
     }
     p = subprocess.Popen(
-        "node",
+        "nodejs",
         shell=True,
         close_fds=True,
         stdin=subprocess.PIPE,