Skip to content

Commit 8fc1220

Browse files
committed
fixed hcaptcha with capsolver
1 parent 780cee1 commit 8fc1220

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

acmethods.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,9 @@ func antiCaptchaMethods(solver *Solver, preferredDomain string) *solveMethods {
278278
}
279279

280280
baseTask := "HCaptchaTask"
281-
if solver.service == CapSolver {
281+
282+
// for capsolver.com HCaptchaTurboTask than the regular task is better, but requires proxy
283+
if solver.service == CapSolver && o.Proxy != nil {
282284
baseTask = "HCaptchaTurboTask"
283285
}
284286

0 commit comments

Comments
 (0)