Get my own youtubeAPIKey
This commit is contained in:
parent
aa6b181563
commit
7b5f19ec81
@ -12939,7 +12939,7 @@
|
|||||||
api: function(uids) {
|
api: function(uids) {
|
||||||
var ids, key;
|
var ids, key;
|
||||||
ids = encodeURIComponent(uids.join(','));
|
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;
|
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) {
|
text: function(data, uid) {
|
||||||
|
|||||||
@ -12963,7 +12963,7 @@
|
|||||||
api: function(uids) {
|
api: function(uids) {
|
||||||
var ids, key;
|
var ids, key;
|
||||||
ids = encodeURIComponent(uids.join(','));
|
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;
|
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) {
|
text: function(data, uid) {
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
"repo": "https://github.com/zixaphir/appchan-x/",
|
"repo": "https://github.com/zixaphir/appchan-x/",
|
||||||
"page": "http://zixaphir.github.com/appchan-x/",
|
"page": "http://zixaphir.github.com/appchan-x/",
|
||||||
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
|
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
|
||||||
|
"youtubeAPIKey": "AIzaSyCrvwsT3ub8sDl3S5APhok2eY-OzRcCK5U",
|
||||||
"buildsPath": "builds/",
|
"buildsPath": "builds/",
|
||||||
"mainBranch": "master",
|
"mainBranch": "master",
|
||||||
"matches": [
|
"matches": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user