Panagiotis Garefalakis
Panagiotis Garefalakis
Hey @kattstof -- if you are calling the generate_proxied_request there is a timeout argument you can use (default is 30s per request). From the [command line](https://pgaref.com/HTTP_Request_Randomizer/readme.html#command-line-interface) -- you can pass...
@rachmadaniHaryono thanks for pointing this out! It is now fixed :)
Hello @rvssatyaditya Some providers already store 'country' info as part of the of proxy. To expose that kind of filtering someone would have to implement something like #48 which is...
@rvssatyaditya I will go through this over the weekend and send you an update :) Cheers
Hello @la55u Every proxy parser currently extends the base [UrlParser](https://github.com/pgaref/HTTP_Request_Randomizer/blob/master/http_request_randomizer/requests/parsers/UrlParser.py) class which represents any URL containing Proxy information. If you check an implementation, such as [SamairProxyParser](https://github.com/pgaref/HTTP_Request_Randomizer/blob/master/http_request_randomizer/requests/parsers/SamairProxyParser.py) class, it mainly overrides...
Hey @la55u When you view the source code of the provider (Ctrl+U with Google Chrome) you will realise that every proxy is a row in an html table. In that...
Looks like the existing proxy providers (premproxy, FreeProxy, SslProxy) changed some html attributes and we cannot parse them anymore -- thus the **ProxyListException**: list is empty This will require some...
Hello @la55u Thats a great idea. Keep in mind that currently: - RequestProxy has a configurable timeout variable - When there is an actual timeout the proxy is removed from...
Thanks for the PR @alsrua7222 ! Tested locally and fixes both PremProxyParser by adding headers on the requests as #74 and FreeProxyParser by updating the attributes. Can you please fix...
> I didn't know if it was updated or not. It's already been updated. I wasted my time. However, libraries help a lot with proxies. thank you. After an error,...