标签: python web-scraping python-requests timeout
我正在大规模安装刮板。 我读过我应该为每个请求设置一个超时值。 最佳超时是多少?
requests.get(url, timeout=<optimal_timeout>)