无法根据请求间歇性地阅读网站

时间:2019-09-18 08:37:22

标签: python python-requests

我尝试使用Python requests阅读网站。

但是,它有时会成功,但有时会失败。

这是我的代码:

import requests
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'}
url = 'https://hn.house.ifeng.com/homedetail/25762.shtml'
res = requests.get(url, headers = headers, timeout = 10, verify=False)

原因和解决方法是什么?

非常感谢您。

0 个答案:

没有答案