Update main.py

This commit is contained in:
Richard Mwewa
2022-11-07 23:14:35 +02:00
committed by GitHub
parent bed4b37b5e
commit 455fe8a318

View File

@@ -12,7 +12,7 @@ def main():
_parser = create_parser()
args = _parser.parse_args()
try:
YouTubeCommentScraper().find_multiple_authors(args.videos)
YouTubeCommentScraper().find_multiple_users(args.videos)
except KeyboardInterrupt:
print("[x] Process interrupted with Ctrl+C.")