Add missing key in input comment

This commit is contained in:
Benjamin Loison 2023-06-10 01:28:36 +02:00
parent 6dd2f42eb9
commit 0dc0cc45fc
No known key found for this signature in database

View File

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