I'm already using urllib2 to get the pages using proxy, but it's taking way too long, and I know that using proxy takes longer, but still is taking too long comparing if I test the proxy in firefox or ie.
Thanks.
I'm already using urllib2 to get the pages using proxy, but it's taking way too long, and I know that using proxy takes longer, but still is taking too long comparing if I test the proxy in firefox or ie.
Thanks.
To download pages faster you need to do that concurrently no matter using proxy or not. Try gevent library. There is an example for concurent download https://bitbucket.org/denis/gevent/src/tip/examples/concurrent_download.py