From 1643ffedbfa80250d6482e26b71527b647b30673 Mon Sep 17 00:00:00 2001 From: dzmitry-duboyski Date: Fri, 13 Dec 2024 12:38:06 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4972bdd..23048b8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Examples of API requests for different captcha types are available on the [Golan - [CyberSiARA](#cybersiara) - [DataDome](#datadome) - [MTCaptcha](#mtcaptcha) + - [Yandex](#yandex) - [Tencent](#tencent) - [atbCAPTCHA](#atbcaptcha) - [Cutcaptcha](#cutcaptcha) @@ -483,7 +484,7 @@ captcha:= api2captcha.MTCaptcha{ Use this method to solve Yandex and obtain a token to bypass the protection. ```go captcha:= api2captcha.Yandex{ - Url: "https://rutube.ru", + Url: "https://example.com", SiteKey: "Y5Lh0tiycconMJGsFd3EbbuNKSp1yaZESUOIHfeV", } ```