2captcha-python 2.0.3__tar.gz → 2.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/PKG-INFO +1 -1
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/PKG-INFO +1 -1
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/__init__.py +1 -1
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/async_solver.py +5 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/solver.py +5 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/SOURCES.txt +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/dependency_links.txt +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/requires.txt +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/top_level.txt +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/LICENSE +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/README.md +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/setup.cfg +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/setup.py +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/api.py +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/async_api.py +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/exceptions/__init__.py +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/exceptions/api.py +0 -0
- {2captcha_python-2.0.3 → 2captcha_python-2.0.4}/twocaptcha/exceptions/solver.py +0 -0
|
@@ -868,6 +868,11 @@ class AsyncTwoCaptcha():
|
|
|
868
868
|
User-Agent of the browser that will be used by the employee when loading the captcha.
|
|
869
869
|
proxy : dict
|
|
870
870
|
{'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.
|
|
871
876
|
'''
|
|
872
877
|
|
|
873
878
|
|
|
@@ -998,6 +998,11 @@ class TwoCaptcha():
|
|
|
998
998
|
User-Agent of the browser that will be used by the employee when loading the captcha.
|
|
999
999
|
proxy : dict
|
|
1000
1000
|
{'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.
|
|
1001
1006
|
'''
|
|
1002
1007
|
|
|
1003
1008
|
|
|
File without changes
|
{2captcha_python-2.0.3 → 2captcha_python-2.0.4}/2captcha_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|