readme里面的爬虫例子不恰当,建议修改
Open
- Dominant language
- Python
- Stars
- 23.7k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
readme里面的爬虫例子,get请求的网址是一个https协议的网站 (https://www.example.com), proxies参数里代理的却是http协议,这样子测试的根本就是直连而不是代理......
建议测试的网址改成 http://httpbin.org/ip 和 https://httpbin.org/ip
proxies参数改成: { "http" : proxy, "https" : proxy }
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.