We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19536d commit bfaf8daCopy full SHA for bfaf8da
README.md
@@ -41,7 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
41
- [Friendly Captcha](#friendly-captcha)
42
- [Cutcaptcha](#cutcaptcha)
43
- [Tencent](#tencent)
44
- - [Datadome](#datadome)
+ - [DataDome](#datadome)
45
- [CyberSiARA](#cybersiara)
46
- [Other methods](#other-methods)
47
- [send / get\_result](#send--get_result)
@@ -87,6 +87,7 @@ config = {
87
'defaultTimeout': 120,
88
'recaptchaTimeout': 600,
89
'pollingInterval': 10,
90
+ 'extendedResponse': False
91
}
92
solver = TwoCaptcha(**config)
93
```
0 commit comments