psf/requests-html

Make pyppeteer use proxies

开放

#266 创建于 2019年2月18日

 (15 条评论) (7 个反应) (0 位负责人)Python (976 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (13,555 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

If you're using proxies with requests-html and rendering JS sites is all good. Once you render a website pyppeteer don't know about this proxies and will expose your IP. This is an undesired behavior when scraping with proxies.

The idea is that whenever someone passes in proxies to the session object or any method call, make pyppeteer also use these proxies. #265

贡献者指南