joetats / youtube_search

Tool for searching for youtube videos to avoid using their heavily rate-limited API
MIT License
220 stars 64 forks source link

How to use Proxies #30

Open mazharoddin opened 3 years ago

mazharoddin commented 3 years ago

Hi, Thanks for the nice tool. It's really easy to search youtube videos quickly with this too. But can you please let me know if it supports Proxy for search. I am sure youtube will block our IP if we try several times.

If proxy support is not there. Is it possible to add the support. I was using proxies like this in one of the Pinterest-related projects. Thanks.

proxies = {"http":"http://username:password@proxy_ip:proxy_port"} Pinterest(email='emai', password='pass', username='name', cred_root='cred_root', proxies=proxies)