egbertbouman / youtube-comment-downloader

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

Is there a way to specify a proxy ? #48

Closed ujain6 closed 4 years ago

egbertbouman commented 4 years ago

The script uses the requests library to make the HTTP requests, so I think setting the HTTP_PROXY / HTTPS_PROXY environment variables should work. I've never tested it though.