From 80f81d4dc5235b0202279111f1e9b35a06203e58 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 31 May 2025 05:27:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0reCAPTCHA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=AD=E7=9A=84pageAction=E4=BB=A5=E9=80=82?= =?UTF-8?q?=E5=BA=94=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onoe.py b/onoe.py index 5a5bd34..d10258d 100644 --- a/onoe.py +++ b/onoe.py @@ -270,7 +270,7 @@ def solve_recaptcha_v3_with_proxy( "type": "ReCaptchaV3Task", "websiteURL": f"https://www.dailymotion.com/search/{encoded_query}/top-results", "websiteKey": "6LeOJBIrAAAAAPMIjyYvo-eN_9W1HDOkrEqHR8tM", - "pageAction": "", + "pageAction": "search", "minScore": 0.5 } }