Skip to content

Commit 49c69f3

Browse files
committed
added api_server parameter to the captchafox method documentation
1 parent 62a903e commit 49c69f3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

twocaptcha/async_solver.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,11 @@ async def captchafox(self, sitekey, pageurl, userAgent, proxy, **kwargs):
868868
User-Agent of the browser that will be used by the employee when loading the captcha.
869869
proxy : dict
870870
{'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'}.
871+
api_server : str, optional
872+
Default: https://cdn.captchafox.com/. Depending on the parameter value, the token format
873+
changes — it will be prefixed with MAM_. For this, you need to set the server URL to:
874+
https://s.uicdn.com/mampkg/@mamdev/core.frontend.libs.captchafox/. Two different APIs
875+
return two different tokens. Choose the one you need.
871876
'''
872877

873878

twocaptcha/solver.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,11 @@ def captchafox(self, sitekey, pageurl, userAgent, proxy, **kwargs):
998998
User-Agent of the browser that will be used by the employee when loading the captcha.
999999
proxy : dict
10001000
{'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'}.
1001+
api_server : str, optional
1002+
Default: https://cdn.captchafox.com/. Depending on the parameter value, the token format
1003+
changes — it will be prefixed with MAM_. For this, you need to set the server URL to:
1004+
https://s.uicdn.com/mampkg/@mamdev/core.frontend.libs.captchafox/. Two different APIs
1005+
return two different tokens. Choose the one you need.
10011006
'''
10021007

10031008

0 commit comments

Comments
 (0)