egbertbouman / youtube-comment-downloader

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

Only downloads 1 comment #106

Closed raelb closed 2 years ago

raelb commented 2 years ago

I'm quite sure the problem here is on my side and not to do with your script. I'm trying to create my own script based on your __init__.py so that I can add some modifications to the source code and see the results. My file is called run.py, so I will call python run.py to run it. When called only 1 comment is downloaded. Can you help me understand why this is happening?

run.py is included in the zip test.zip

egbertbouman commented 2 years ago

Not sure why you've set the limit to -1. If you want to download all comments you should set it to 0.

raelb commented 2 years ago

Sorry, silly mistake on my side. Thanks for pointing out