http://fiverr.com/logo_business/design-a-killer-high-quality-effective-and-custom-made-logo-for-your-company-business-website-or-personal-useの HTML が欲しいurllib2 を使用しています。しかし、ブラウザ経由で取得した HTML は表示されません...
私のコード:
import urllib2
request = urllib2.Request('http://fiverr.com/logo_business/design-a-killer-high-quality-effective-and-custom-made-logo-for-your-company-business-website-or-personal-use')
opener = urllib2.build_opener()
request.add_header('User-Agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130406 Firefox/23.0')
data = opener.open(request).read()
print data
誰でも私を助けることができますか?私は何を間違っていますか?
私が必要とする特定のものは、「Gig Paused」テキストです。ライブの一時停止が解除されたらすぐに販売者に連絡したいです。:)