pgaref / HTTP_Request_Randomizer

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

HTML parser + JS evaluation #22

Open pgaref opened 7 years ago

pgaref commented 7 years ago

Some providers like Samair have javascript code that must be evaluated in order to retrieve proxy addresses. This can not be done solely by BeautifulSoup which is just a parser.