pgaref / HTTP_Request_Randomizer

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

Error Handling #4

Open pgaref opened 8 years ago

pgaref commented 8 years ago

Since we are using HTML parsers and each proxy list web page can change radically overnight it would really make sense to have some custom exception handling trying to translate that kind of errors

ieguiguren commented 8 years ago

I got your point. Working on it.