pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
151 stars 59 forks source link

Parser Abstraction #3

Closed pgaref closed 8 years ago

pgaref commented 8 years ago

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

ieguiguren commented 8 years ago

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

pgaref commented 8 years ago

First version of the abstraction is now implemented and released