mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-08 03:28:32 +03:00
Update scraper.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user