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:
@@ -23,7 +23,7 @@ class YouTubeCommentScraper:
|
||||
print(notice_msg)
|
||||
|
||||
|
||||
def check_and_get_updates(self):
|
||||
def check_updates(self):
|
||||
self.notice()
|
||||
"""
|
||||
Checks if the release tag matches the current tag in the program
|
||||
@@ -51,7 +51,7 @@ class YouTubeCommentScraper:
|
||||
|
||||
|
||||
def find_multiple_users(self, video_urls):
|
||||
self.check_and_get_updates()
|
||||
self.check_updates()
|
||||
# video_dictionary maps the video url id to the
|
||||
# comment dict for that video
|
||||
video_dictionary = {}
|
||||
|
||||
Reference in New Issue
Block a user