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