Skip to content

Commit 8d8665a

Browse files
committed
- Added link datadome to the table of contents
- Minor edit to param in datadome.py Signed-off-by: Maxim S <[email protected]>
1 parent a441ebb commit 8d8665a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
4141
- [Friendly Captcha](#friendly-captcha)
4242
- [Cutcaptcha](#cutcaptcha)
4343
- [Tencent](#tencent)
44+
- [Datadome](#datadome)
4445
- [Other methods](#other-methods)
4546
- [send / get_result](#send--get_result)
4647
- [balance](#balance)

Diff for: examples/datadome.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
try:
2020
result = solver.datadome(
21-
captcha_url="https://geo.captcha-delivery.com/captcha/?initialCid=AHrlqAAAAAMAZirHgKBVrxwAsVuKlQ%3D%3D&c",
21+
captcha_url="https://geo.captcha-delivery.com/captcha/?initialCid=AHrlqAAAAAMAZirHgKBVrxwAsVuKlQ%3D%3D&c...",
2222
pageurl="https://mysite.com/page/with/datadome",
2323
userAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
2424
proxy={

0 commit comments

Comments
 (0)