We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa26558 commit 7831e56Copy full SHA for 7831e56
examples/turnstile.py
@@ -18,7 +18,7 @@
18
try:
19
result = solver.turnstile(
20
sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
21
- url='https://2captcha.com/demo/turnstile',
+ url='https://2captcha.com/demo/cloudflare-turnstile',
22
)
23
24
except Exception as e:
examples/turnstile_options.py
@@ -28,7 +28,7 @@
28
29
30
result = solver.turnstile(sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
31
32
# data="str",
33
# pagedata="str",
34
# action="str",
0 commit comments