pgaref / HTTP_Request_Randomizer

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

Extend parsers to support Anonimity level #30

Closed pgaref closed 7 years ago

pgaref commented 7 years ago

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: 1) extend existing parser to read the extra information 2) introduce a new proxy object, instead of just a plain string, with: address, anonymity level (could be enum), country, etc.