fix: 更新reCAPTCHA配置以提高验证成功率

This commit is contained in:
晓丰 2025-05-31 05:12:41 +08:00
parent 50df0c698c
commit 6dba440401

View File

@ -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)