File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ class MtCaptcha(BaseCaptcha):
1212 Args:
1313 api_key: Capsolver API key
1414 captcha_type: Captcha type name, like ``MtCaptchaTask`` and etc.
15- websiteURL: Address of a webpage with Google ReCaptcha
16- websiteKey: Recaptcha website key. <div class="g-recaptcha" data-sitekey="THAT_ONE"></div>
15+ websiteURL: Web address of the website using hcaptcha, generally it's fixed value. (Ex: https://google.com)
16+ websiteKey: The domain public key, rarely updated. (Ex: sk=MTPublic-xxx public key)
1717
1818 Examples:
1919 >>> MtCaptcha(api_key="CAI-1324...",
2020 ... captcha_type=MtCaptchaTypeEnm.MtCaptchaTaskProxyLess,
2121 ... websiteURL="https://www.mtcaptcha.com/#mtcaptcha-demo",
2222 ... websiteKey="MTPublic-tqNCRE0GS",
23- ... proxy="198.22.3.1:10001:user:pwd"
2423 ... ).captcha_handler()
2524 CaptchaResponseSer(errorId=0,
2625 errorCode=None,
You can’t perform that action at this time.
0 commit comments