fix: 更新reCAPTCHA配置中的pageAction以适应搜索功能

This commit is contained in:
晓丰 2025-05-31 05:27:04 +08:00
parent 8470c1f21a
commit 80f81d4dc5

View File

@ -270,7 +270,7 @@ def solve_recaptcha_v3_with_proxy(
"type": "ReCaptchaV3Task", "type": "ReCaptchaV3Task",
"websiteURL": f"https://www.dailymotion.com/search/{encoded_query}/top-results", "websiteURL": f"https://www.dailymotion.com/search/{encoded_query}/top-results",
"websiteKey": "6LeOJBIrAAAAAPMIjyYvo-eN_9W1HDOkrEqHR8tM", "websiteKey": "6LeOJBIrAAAAAPMIjyYvo-eN_9W1HDOkrEqHR8tM",
"pageAction": "", "pageAction": "search",
"minScore": 0.5 "minScore": 0.5
} }
} }