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