File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
41
41
- [ Friendly Captcha] ( #friendly-captcha )
42
42
- [ Cutcaptcha] ( #cutcaptcha )
43
43
- [ Tencent] ( #tencent )
44
+ - [ Datadome] ( #datadome )
44
45
- [ Other methods] ( #other-methods )
45
46
- [ send / get_result] ( #send--get_result )
46
47
- [ balance] ( #balance )
Original file line number Diff line number Diff line change 18
18
19
19
try :
20
20
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... " ,
22
22
pageurl = "https://mysite.com/page/with/datadome" ,
23
23
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" ,
24
24
proxy = {
You can’t perform that action at this time.
0 commit comments