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

Parser Abstraction #3

Closed
pgaref opened this issue Jul 13, 2016 · 2 comments
Closed

Parser Abstraction #3

pgaref opened this issue Jul 13, 2016 · 2 comments

Comments

@pgaref
Copy link
Owner

pgaref commented Jul 13, 2016

Moving a step further, if we want to support numerous proxy providers it would be nice having a Parser Abstraction class and each specific parser to extend it

@pgaref pgaref mentioned this issue Jul 13, 2016
@ieguiguren
Copy link
Contributor

Maybe this parser may manage error and notify parser's developer. At least, must avoid that errors in websites break the Randomizer

pgaref added a commit that referenced this issue Jul 14, 2016
…url is a separate class extending UrlParser. This should simplify things a lot when adding new proxy providers. Created custom Parser exception as a first step towards custom exception handling.
@pgaref
Copy link
Owner Author

pgaref commented Jul 14, 2016

First version of the abstraction is now implemented and released

@pgaref pgaref closed this as completed Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants