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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: 2captcha-python
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Python module for easy integration with 2Captcha API
5
5
  Home-page: https://github.com/2captcha/2captcha-python/
6
6
  Author: 2Captcha
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: 2captcha-python
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Python module for easy integration with 2Captcha API
5
5
  Home-page: https://github.com/2captcha/2captcha-python/
6
6
  Author: 2Captcha
@@ -17,4 +17,4 @@ support@2captcha.com
17
17
  """
18
18
 
19
19
  __author__ = '2captcha'
20
- __version__ = '2.0.3'
20
+ __version__ = '2.0.4'
@@ -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