SORU
20 EYLÜL 2009, Pazar


Urllib2 ile Proxy

İle URL aç:

site = urllib2.urlopen('http://google.com')

Ve ne yapmak istediğini bir proxy ile aynı şekilde takın. Bir yerde bana var:

site = urllib2.urlopen('http://google.com', proxies={'http':'127.0.0.1'})

ama bu da işe yaramadı.

Urllib2 proxy handler gibi bir şey olduğunu biliyorum, ama bu işlevi tam olarak hatırlayamıyorum.

CEVAP
20 EYLÜL 2009, Pazar


proxy = urllib2.ProxyHandler({'http': '127.0.0.1'})
opener = urllib2.build_opener(proxy)
urllib2.install_opener(opener)
urllib2.urlopen('http://www.google.com')

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Christian Atlas

    Christian At

    26 Mart 2009
  • SavageLuxxxGaming - Daily NBA 2K15 & NBA Live 15 Enjoy And Subscribe!

    SavageLuxxxG

    11 Ocak 2013
  • Smith Micro Graphics

    Smith Micro

    15 Mayıs 2008