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

貢獻者指南