Skip to content

Commit 4ac7ec2

Browse files
author
Andrei
committed
Update mt_captcha.py
1 parent 681c3fe commit 4ac7ec2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/python3_capsolver/mt_captcha.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)