psf/requests-html

Make pyppeteer use proxies

Open

#266 aberto em 18 de fev. de 2019

Ver no GitHub
 (15 comments) (7 reactions) (0 assignees)Python (976 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (13.555 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador