I have some urls:
http://www.avito.ru/ryazan/avtomobili?pmax=50000&f=188_893b13978
http://www.avito.ru/ryazan/avtomobili?pmax=50000&f=188_898b13978
http://www.avito.ru/ryazanskaya_oblast/avtomobili?pmax=50000&f=188_898b13978
http://www.avito.ru/ryazanskaya_oblast/avtomobili?pmax=50000&f=188_898b13978
http://www.avito.ru/ryazanskaya_oblast/avtomobili?pmax=100000&pmin=50000&f=188_898b13978
I try to get content of this page I get an error urllib2.URLError: <urlopen error [Errno 10060]
I use code
urllib2.urlopen(url).read()
What I do wrong?