Update main.py

This commit is contained in:
Richard Mwewa
2022-11-08 02:50:19 +02:00
committed by GitHub
parent 455fe8a318
commit f86e31bcf2

View File

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