I open the urls with
site = urllib2.urlopen('http://google.com')
And what I wanna do is connect the same way with a proxy I got somwhere telling me
site = urllib2.urlopen('http://google.com', proxies={'http':'127.0.0.1'})
but that hadent worked either
I know urllib2 has something like a proxy handler but I cant recall that function