Extend parsers to support Anonimity level
pgaref opened this issue · 0 comments
pgaref commented
A first step towards supporting Anonymity levels ( #26 ) would be to extend parsers to use that kind of information where possible.
For example, free-proxy-list.net does expose anonymity levels. We need to:
- extend existing parser to read the extra information
- introduce a new proxy object, instead of just a plain string, with: address, anonymity level (could be enum), country, etc.