Update YouTube API key to not conflict with users before #250

This commit is contained in:
Ritiek Malhotra
2018-03-09 20:52:46 +05:30
committed by GitHub
parent b968b5d206
commit 2cc9a4a9d3

View File

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