psf/requests-html

Make pyppeteer use proxies

オープン

#266 opened on 2019/02/18

 (15 件のコメント) (7 件のリアクション) (0 人の担当者)Python (976 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (13,555 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド