Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions twocaptcha/async_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,11 @@ async def captchafox(self, sitekey, pageurl, userAgent, proxy, **kwargs):
User-Agent of the browser that will be used by the employee when loading the captcha.
proxy : dict
{'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'}.
api_server : str, optional
Default: https://cdn.captchafox.com/. Depending on the parameter value, the token format
changes — it will be prefixed with MAM_. For this, you need to set the server URL to:
https://s.uicdn.com/mampkg/@mamdev/core.frontend.libs.captchafox/. Two different APIs
return two different tokens. Choose the one you need.
'''


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


Expand Down