Skip to content

Commit 1afc765

Browse files
authored
Update acmethods.go
1 parent 98433c9 commit 1afc765

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acmethods.go

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ func antiCaptchaMethods(solver *Solver, preferredDomain string) *solveMethods {
8585
response = solution["token"]
8686
}
8787

88+
if response == nil {
89+
response = solution["x-kpsdk-cd"]
90+
}
91+
8892
if response == nil {
8993
response = solution["x-kpsdk-ct"]
9094
}

0 commit comments

Comments
 (0)