From f86e31bcf24c7436d61ab812935e1ccda53e9b2f Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:50:19 +0200 Subject: [PATCH] Update main.py --- youtube_comment_scraper/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_comment_scraper/main.py b/youtube_comment_scraper/main.py index 349de70..683ade4 100644 --- a/youtube_comment_scraper/main.py +++ b/youtube_comment_scraper/main.py @@ -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.")