egbertbouman / youtube-comment-downloader

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

1 comments saved when there are no comments or turned off #155

Open superbonaci opened 2 days ago

superbonaci commented 2 days ago

When there are no comments or are turned off it always says 1:

$ python3 -m youtube_comment_downloader https://www.youtube.com/watch?v=cwZsHxLLlZ0
Downloading Youtube comments for cwZsHxLLlZ0
Downloaded 1 comment(s)
Done! 1 comments saved to cwZsHxLLlZ0.json in 0.60 seconds
$ python3 -m youtube_comment_downloader https://www.youtube.com/watch?v=H5nnwgHaD0Q
Downloading Youtube comments for H5nnwgHaD0Q
Downloaded 1 comment(s)
Done! 1 comments saved to H5nnwgHaD0Q.json in 0.88 seconds