On 26Jun2009 09:34, cgoldberg wrote:
| > Is there any module in python to open https
| > sites through a proxy.
|
| yes, you can use "urllib2".
|
| from the urllib2 docs:
| "The default is to read the list of proxies from the environment
| variables"
|
| So if you have a proxy setup, it should
> Is there any module in python to open https
> sites through a proxy.
yes, you can use "urllib2".
from the urllib2 docs:
"The default is to read the list of proxies from the environment
variables"
So if you have a proxy setup, it should detect it from your
environment vars. If you want to spec
On Jun 26, 2009, at 12:08 PM, padfoot wrote:
Sir,
Is there any module in python to open https sites through a
proxy.I am connectyed to the net via a proxy server and i am unable to
crawl https sites.
--
http://mail.python.org/mailman/listinfo/python-list
Check out the "Scrape the Web" ser
Sir,
Is there any module in python to open https sites through a
proxy.I am connectyed to the net via a proxy server and i am unable to
crawl https sites.
--
http://mail.python.org/mailman/listinfo/python-list