From 7b5f19ec817451fe33de40bd8a558e746dcd7d7c Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 12 Jan 2015 23:24:58 -0700 Subject: [PATCH] Get my own youtubeAPIKey --- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index d47ba9969..34672f909 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -12939,7 +12939,7 @@ api: function(uids) { var ids, key; ids = encodeURIComponent(uids.join(',')); - key = ''; + key = 'AIzaSyCrvwsT3ub8sDl3S5APhok2eY-OzRcCK5U'; return "https://www.googleapis.com/youtube/v3/videos?part=snippet&id=" + ids + "&fields=items%28id%2Csnippet%28title%29%29&key=" + key; }, text: function(data, uid) { diff --git a/builds/crx/script.js b/builds/crx/script.js index 233d3cce8..a21954ca5 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -12963,7 +12963,7 @@ api: function(uids) { var ids, key; ids = encodeURIComponent(uids.join(',')); - key = ''; + key = 'AIzaSyCrvwsT3ub8sDl3S5APhok2eY-OzRcCK5U'; return "https://www.googleapis.com/youtube/v3/videos?part=snippet&id=" + ids + "&fields=items%28id%2Csnippet%28title%29%29&key=" + key; }, text: function(data, uid) { diff --git a/package.json b/package.json index ccdcda55b..40cc01d4e 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "repo": "https://github.com/zixaphir/appchan-x/", "page": "http://zixaphir.github.com/appchan-x/", "recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc", + "youtubeAPIKey": "AIzaSyCrvwsT3ub8sDl3S5APhok2eY-OzRcCK5U", "buildsPath": "builds/", "mainBranch": "master", "matches": [