http_request_randomizer.requests.parsers package¶
Submodules¶
http_request_randomizer.requests.parsers.FreeProxyParser module¶
-
class
http_request_randomizer.requests.parsers.FreeProxyParser.FreeProxyParser(web_url)[source]¶ Bases:
http_request_randomizer.requests.parsers.UrlParser.UrlParser
http_request_randomizer.requests.parsers.ProxyForEuParser module¶
-
class
http_request_randomizer.requests.parsers.ProxyForEuParser.ProxyForEuParser(web_url, bandwithdh=None)[source]¶ Bases:
http_request_randomizer.requests.parsers.UrlParser.UrlParser
http_request_randomizer.requests.parsers.RebroWeeblyParser module¶
-
class
http_request_randomizer.requests.parsers.RebroWeeblyParser.RebroWeeblyParser(web_url)[source]¶ Bases:
http_request_randomizer.requests.parsers.UrlParser.UrlParser
http_request_randomizer.requests.parsers.SamairProxyParser module¶
-
class
http_request_randomizer.requests.parsers.SamairProxyParser.SamairProxyParser(web_url)[source]¶ Bases:
http_request_randomizer.requests.parsers.UrlParser.UrlParser
http_request_randomizer.requests.parsers.UrlParser module¶
-
class
http_request_randomizer.requests.parsers.UrlParser.UrlParser(web_url, bandwidthKBs=None)[source]¶ Bases:
objectAn abstract class representing any URL containing Proxy information To add an extra Proxy URL just implement this class and provide a ‘url specific’ parse_proxyList method- Attributes:
- site url (hhtp) minimum_bandwidth_in_KBs (to avoid straggling proxies when having the extra info from proxy provider)