Skip to content

Commit

Permalink
fix(#262): specify dedicated YouTube API key for bookmarklet
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Feb 29, 2020
1 parent 811df9d commit 809be73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (undefined == window.console)
};

console.log('-= openwhyd bookmarklet v2.3 =-');
var YOUTUBE_API_KEY = 'AIzaSyCIPAYYlBBKqUhl7YdyeCrSXvLFnmDObK8';
var YOUTUBE_API_KEY = 'AIzaSyDtDC8PG4axglrMpi-mowvgjedTFfuYCs8'; // associated to dedicated google project "openwhyd-3", because of its high consumption of quota

(window._initWhydBk = function() {
var FILENAME = '/js/bookmarklet.js';
Expand Down

0 comments on commit 809be73

Please sign in to comment.