From 2cc9a4a9d347af1f1af18284101a4f497c1c73a6 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 9 Mar 2018 20:52:46 +0530 Subject: [PATCH] Update YouTube API key to not conflict with users before #250 --- core/youtube_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/youtube_tools.py b/core/youtube_tools.py index 8d6b01e..395d060 100644 --- a/core/youtube_tools.py +++ b/core/youtube_tools.py @@ -20,7 +20,7 @@ def set_api_key(): key = const.args.youtube_api_key else: # Please respect this YouTube token :) - key = 'AIzaSyAnItl3udec-Q1d5bkjKJGL-RgrKO_vU90' + key = 'AIzaSyC6cEeKlxtOPybk9sEe5ksFN5sB-7wzYp0' pafy.set_api_key(key)