mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-13 14:08:31 +03:00
Update main.py
This commit is contained in:
@@ -12,7 +12,7 @@ def main():
|
|||||||
_parser = create_parser()
|
_parser = create_parser()
|
||||||
args = _parser.parse_args()
|
args = _parser.parse_args()
|
||||||
try:
|
try:
|
||||||
YouTubeCommentScraper().find_multiple_authors(args.videos)
|
YouTubeCommentScraper().find_multiple_users(args.videos)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("[x] Process interrupted with Ctrl+C.")
|
print("[x] Process interrupted with Ctrl+C.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user