We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18090c2 commit 37ecd8eCopy full SHA for 37ecd8e
README.md
@@ -247,7 +247,6 @@ Use this method to solve Yandex Smart Captcha. Returns JSON with the token.
247
```python
248
result = solver.yandex_smart(sitekey='0x1AAAAh45AAAAkg0s2VIOD34y5hy4h4h',
249
url='http://mysite.com/',
250
- softId=123,
251
proxy={'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'},
252
userAgent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36')
253
```
0 commit comments