Add missing key
in input comment
This commit is contained in:
parent
6dd2f42eb9
commit
0dc0cc45fc
@ -11,7 +11,7 @@ def getContentFromURL(url):
|
||||
return data
|
||||
|
||||
VIDEO_ID = input('Video id: ')
|
||||
API_KEY = input('YouTube Data API v3 (empty if use no-key service): ')
|
||||
API_KEY = input('YouTube Data API v3 key (empty if use no-key service): ')
|
||||
COMMENT_REGEX = input('Comment regex: ')
|
||||
OPEN_IN_FIREFOX = input('Open comment in firefox (yes or no): ') == 'yes'
|
||||
|
||||
|
Reference in New Issue
Block a user