Answer the question
In order to leave comments, you need to log in
How does urllib proxies work in python?
import urllib
proxy = {'http':'http://5.53.16.183:8080'} #так же работает с http://rfwreff4rf
res = urllib.urlopen( 'https://vk.com/feed', proxies=proxy )
print res.read()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question