近日在写Python爬虫解析网页,进行文章信息的获取、文件下载等
突然遇到问题
urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:777)>
得挂载http时指定一个adapter,让sslVersion为TLSV1。新增代码如下