README.md in ruby-2captcha-1.1.3 vs README.md in ruby-2captcha-1.1.4
- old
+ new
@@ -25,15 +25,16 @@
- [CloudflareTurnstile](#cloudflare-turnstile)
- [Lemin Cropped Captcha](#lemin-cropped-captcha)
- [GeeTest V4](#geetest-v4)
- [Audio](#audio)
- [Yandex](#yandex)
- - [CyberSiARA](#cyber_siara)
- - [DataDome](#data-dome)
+ - [CyberSiARA](#cybersiara)
+ - [DataDome](#datadome)
- [MTCaptcha](#mtcaptcha)
+ - [Friendly captcha](#friendly-captcha)
- [Other methods](#other-methods)
- - [send / get_result](#send--getresult)
+ - [send / get_result](#send--get_result)
- [balance](#balance)
- [report](#report)
- [Error handling](#error-handling)
## Installation
@@ -357,12 +358,22 @@
pageurl: "https://service.mtcaptcha.com/mtcv1/demo/index.html",
sitekey: "MTPublic-DemoKey9M"
})
```
+### Friendly captcha
+Use this method to solve Friendly captcha and obtain a token to bypass the protection.
+```ruby
+result = client.friendly_captcha({
+ pageurl: "https://example.com",
+ sitekey: "2FZFEVS1FZCGQ9"
+})
+```
+
## Other methods
### send / get_result
+
These methods can be used for manual captcha submission and answer polling.
```ruby
# example for normal captcha
captcha_id = client.send('path/to/captcha.jpg')