egbertbouman / youtube-comment-downloader

Simple script for downloading Youtube comments without using the Youtube API
MIT License
884 stars 223 forks source link

browseId error #75

Closed FloPinguin closed 3 years ago

FloPinguin commented 3 years ago

Thank you for the amazing script. Perfect for running after youtube-dl downloads.

I found an reproducable error with this params: --youtubeid=r6vNYD6hSk0 --output=test.txt

Response after downloading about 600 comments: Error: 'browseId'

egbertbouman commented 3 years ago

Thanks for the report! Apparently, one of the comments doesn't have a user attached to it, causing this error. I've just pushed a fix for this.