Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Proxy mode: change proxy every N-th request #45

Open
exactstat opened this issue Jun 23, 2018 · 1 comment
Open

Feature: Proxy mode: change proxy every N-th request #45

exactstat opened this issue Jun 23, 2018 · 1 comment

Comments

@exactstat
Copy link

If it's possible, please, add a possibility to change proxy every N-th request.
Add a variable (for setting N) and a new value for "Proxy mode" for this.

@Lusitaniae
Copy link

Some services like Luminati provide a single endpoint for all requests.

The right approach is to re establish the connection (after n connections, or in case of failure) to the same endpoint.

Currently, if the endpoint gets blocked, the crawl will be terminated because there's no more proxies available.

If I try to copy paste the proxy multiple times in the file, is still being aggregated in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants