From cd709c18597dac25df5eb23b2f635024579b57b2 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 24 Jun 2016 18:21:20 +1000 Subject: [PATCH 1/1] fixed again because of google changes --- youtube.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube.cgi b/youtube.cgi index dfd5d28..2ad3b70 100755 --- a/youtube.cgi +++ b/youtube.cgi @@ -181,7 +181,8 @@ def decode_signature(js_url, signature): userAgent: '' }, signature: %(signature)s, - transformed_signature: null + transformed_signature: null, + g: function(){} // this is _yt_player }; sandbox.window = sandbox; -- 2.39.2