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 request: Make ProxySearch a bit more extendable #82

Open
1 task
heatzync opened this issue Feb 2, 2021 · 1 comment
Open
1 task

Feature request: Make ProxySearch a bit more extendable #82

heatzync opened this issue Feb 2, 2021 · 1 comment

Comments

@heatzync
Copy link

heatzync commented Feb 2, 2021

The ProxySearch class only accepts predefined instances of ProxySearchStrategy due to the use of the Strategy enum.

Feature request:

  • Add a ProxySearch#addStrategy(ProxySearchStrategy custom) method.

This will allow one to add custom ProxySearchStrategies to the list of possible strategies. I would like to do:

ProxySearch proxySearch = new ProxySearch();

proxySearch.addStrategy(new SomeCustomProxySearchStrategy());
@gschnepp
Copy link

gschnepp commented Feb 2, 2021

This project is dead. Just use another fork like https://github.com/akuhtz/proxy-vole

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