From 50df0c698c50f76c8785dc7fbe37512399fdb06c Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 31 May 2025 05:05:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B3=A8=E9=87=8A=E6=8E=89reCAPTCH?= =?UTF-8?q?A=E7=9B=B8=E5=85=B3=E7=9A=84pageAction=E5=92=8CminScore?= =?UTF-8?q?=E4=BB=A5=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81?= 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 e0643d1..aa9a06b 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.3 } } resp = requests.post(create_url, json=payload, headers=headers, timeout=30)