egbertbouman / youtube-comment-downloader

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

Timeout for requests #146

Closed minamotorin closed 3 months ago

minamotorin commented 4 months ago

Sometimes, this program stops midway and manual rerunning from the beginning is needed. This PR fixes this.

This applies timeout to comment requests and improve the robustness of the code.

Thanks.

egbertbouman commented 3 months ago

Thanks! That's definitely an improvement.