aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-07-25 00:15:52 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-07-25 00:15:52 +0200
commit25f981e0b1976f5e99ccd9867ae4a4711fecf1ce (patch)
treefaf18c2e05163c50cddd87670b0e03338f6b4ca9 /plugins
parent6f065351d3c312b00674f4d6bea9927d3fa5047a (diff)
downloadxK-25f981e0b1976f5e99ccd9867ae4a4711fecf1ce.tar.gz
xK-25f981e0b1976f5e99ccd9867ae4a4711fecf1ce.tar.xz
xK-25f981e0b1976f5e99ccd9867ae4a4711fecf1ce.zip
Didn't intend to commit the API key, too
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/youtube2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/youtube b/plugins/youtube
index 8f7acd6..bbd573c 100755
--- a/plugins/youtube
+++ b/plugins/youtube
@@ -49,8 +49,6 @@ youtube_api_key = get_config ('youtube_api_key')
if youtube_api_key == "":
bot_print ("youtube: missing `youtube_api_key'")
-youtube_api_key = 'AIzaSyCcmzr0KkBKFv5y1oLuEB4ZZ9y_SQkJgSQ'
-
print ("ZYKLONB register")
re_link_1 = re.compile ('youtube\\.[a-z]+/[^ ]*[&?]v=([-_A-Za-z0-9]+)')