mirror of
https://github.com/bellingcat/youtube-comment-scraper.git
synced 2026-06-07 19:18:31 +03:00
Update main.py
This commit is contained in:
@@ -12,7 +12,7 @@ def main():
|
||||
_parser = create_parser()
|
||||
args = _parser.parse_args()
|
||||
try:
|
||||
YouTubeCommentScraper().find_multiple_authors(args.videos)
|
||||
YouTubeCommentScraper().find_multiple_users(args.videos)
|
||||
except KeyboardInterrupt:
|
||||
print("[x] Process interrupted with Ctrl+C.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user