diff --git a/examples/turnstile.py b/examples/turnstile.py index 93bcdbd..2466b39 100644 --- a/examples/turnstile.py +++ b/examples/turnstile.py @@ -17,8 +17,8 @@ try: result = solver.turnstile( - sitekey='0x4AAAAAAAC3DHQFLr1GavRN', - url='https://2captcha.com/demo/turnstile', + sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5', + 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",