diff --git a/youtube_comment_scraper/main.py b/youtube_comment_scraper/main.py index 683ade4..349de70 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_authors(args.videos) + YouTubeCommentScraper().find_multiple_users(args.videos) except KeyboardInterrupt: print("[x] Process interrupted with Ctrl+C.")