From aa26558c81461271ac602fc51c2c75e8dbd51995 Mon Sep 17 00:00:00 2001 From: Maxim S Date: Mon, 22 Jul 2024 09:56:51 +0200 Subject: [PATCH 1/2] - Changed sitekey in turtstile.py Signed-off-by: Maxim S --- examples/turnstile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/turnstile.py b/examples/turnstile.py index 93bcdbd..e830be9 100644 --- a/examples/turnstile.py +++ b/examples/turnstile.py @@ -17,7 +17,7 @@ try: result = solver.turnstile( - sitekey='0x4AAAAAAAC3DHQFLr1GavRN', + sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5', url='https://2captcha.com/demo/turnstile', ) From 7831e56df6b1bd68678dd9bf557bf97519e2bc6a Mon Sep 17 00:00:00 2001 From: Maxim S Date: Tue, 30 Jul 2024 18:23:18 +0200 Subject: [PATCH 2/2] - Changed url in turtstile.py Signed-off-by: Maxim S --- examples/turnstile.py | 2 +- examples/turnstile_options.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/turnstile.py b/examples/turnstile.py index e830be9..2466b39 100644 --- a/examples/turnstile.py +++ b/examples/turnstile.py @@ -18,7 +18,7 @@ try: result = solver.turnstile( sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5', - url='https://2captcha.com/demo/turnstile', + url='https://2captcha.com/demo/cloudflare-turnstile', ) except Exception as e: diff --git a/examples/turnstile_options.py b/examples/turnstile_options.py index ed3f236..15a4ddf 100644 --- a/examples/turnstile_options.py +++ b/examples/turnstile_options.py @@ -28,7 +28,7 @@ try: result = solver.turnstile(sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5', - url='https://2captcha.com/demo/turnstile', + url='https://2captcha.com/demo/cloudflare-turnstile', # data="str", # pagedata="str", # action="str",