Update scraper.py

This commit is contained in:
Richard Mwewa
2022-11-08 02:50:59 +02:00
committed by GitHub
parent f86e31bcf2
commit 4cc20d2a4b

View File

@@ -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