Get my own youtubeAPIKey

This commit is contained in:
Zixaphir 2015-01-12 23:24:58 -07:00
parent aa6b181563
commit 7b5f19ec81
3 changed files with 3 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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": [