Master Garfield
Master Garfield
That's due to bad proxies 'TOR' still waiting for a solution too
Using Tor views drop just after few minutes, if possible to show us where to add our own proxies api?
Those options are doing the job ``` user_agent = random.choice(user_agent_list) options.add_argument(f'user-agent={user_agent}') options.add_experimental_option("excludeSwitches", ["enable-automation"]) options.add_experimental_option('useAutomationExtension', False) options.add_argument('--disable-blink-features=AutomationControlled') options.add_argument('--proxy-server=http://{}'.format(PROXY_HOST + ":" + PROXY_PORT)) options.headless = False options.add_argument("--start-maximized") options.add_argument("--window-size=1920x1080") options.add_argument('--ignore-certificate-errors') options.add_argument('--allow-running-insecure-content') options.add_argument("--disable-extensions") options.add_argument('--disable-gpu')...
For Arkose labs, you need to solve the captcha first, and inject the token in headers when doing request. You still need to play with sessionid, uuid and other stuff...