From 4cc20d2a4bb626ec5ecd373e596411065d9fd26b Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:50:59 +0200 Subject: [PATCH] Update scraper.py --- youtube_comment_scraper/scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_comment_scraper/scraper.py b/youtube_comment_scraper/scraper.py index 8fba9a5..8400689 100644 --- a/youtube_comment_scraper/scraper.py +++ b/youtube_comment_scraper/scraper.py @@ -50,7 +50,7 @@ class YouTubeCommentScraper: return comment_dictionary - def find_multiple_users(self, video_urls): + def find_multiple_authors(self, video_urls): self.check_updates() # video_dictionary maps the video url id to the # comment dict for that video