From 6dba4404010ffedabbcb1e13f9e425307cd0770e Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 31 May 2025 05:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0reCAPTCHA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A5=E6=8F=90=E9=AB=98=E9=AA=8C=E8=AF=81=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onoe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)