标签:webkit 2.0 decode chap ssi code wan python exp
import urllib.request如果你想你的代码不容易被发现你可以加上一个header比如
headers = {‘User-Agent‘:‘Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36‘}
html = request.urlopen(url, headers=headers)
当然为了和谐你也可以
import time
在后面某个位置加上下载的位置加上一个
time.sleep(1)
当然,想要加上一些其他防爬虫的东西你就得自己再努力深造了
标签:webkit 2.0 decode chap ssi code wan python exp
原文地址:http://blog.51cto.com/13603552/2164532