0
と私は、次のWebサイトhttps://www.shopee.sgスクラップしたくない:Scrapyとエラー404が、urllib2の
~$ scrapy shell https://www.shopee.sg
をしかし、私は404エラーました:
:urllib2のは、この同じURLを開くことができますが[s] request <GET https://www.shopee.sg>
[s] response <404 https://shopee.sg/>
は、
import urllib2
response = urllib2.urlopen('https://www.shopee.sg')
print len(response.read())
ショー:
78447