diff --git a/onoe.py b/onoe.py index aa9a06b..f2b4f85 100644 --- a/onoe.py +++ b/onoe.py @@ -270,8 +270,8 @@ def solve_recaptcha_v3_with_proxy( "type": "ReCaptchaV3Task", "websiteURL": f"https://www.dailymotion.com/search/{encoded_query}/top-results", "websiteKey": "6LeOJBIrAAAAAPMIjyYvo-eN_9W1HDOkrEqHR8tM", - # "pageAction": "___grecaptcha_cfg.clients['100000']['L']['L']['promise-callback'](gRecaptchaResponse)", - # "minScore": 0.3 + "pageAction": "___grecaptcha_cfg.clients['100000']['L']['L']['promise-callback'](gRecaptchaResponse)", + "minScore": 0.5 } } resp = requests.post(create_url, json=payload, headers=headers, timeout=30)