How to use a Proxy with Youtube API? (Python)
Posted
by Kate
on Stack Overflow
See other posts from Stack Overflow
or by Kate
Published on 2010-06-11T23:34:11Z
Indexed on
2010/06/11
23:43 UTC
Read the original article
Hit count: 174
Hi, I'm working a script that will upload videos to YouTube with different accounts. Is there a way to use HTTPS or SOCKS proxies to filter all the requests. My client doesn't want to leave any footprints for Google. The only way I found was to set the proxy environment variable beforehand but this seems cumbersome. Is there some way I'm missing? Thanks :)
© Stack Overflow or respective owner