Using urllib2 with SOCKS proxy

Posted by roddik on Stack Overflow See other posts from Stack Overflow or by roddik
Published on 2010-03-29T12:17:38Z Indexed on 2010/03/29 12:23 UTC
Read the original article Hit count: 501

Filed under:
|
|

Hello. Is it possible to fetch pages with urllib2 through a SOCKS proxy on a one socks server per opener basic? I've seen the solution using setdefaultproxy method, but I need to have different socks in different openers.

© Stack Overflow or respective owner

Related posts about python

Related posts about urllib2