Skip to content

Commit

Permalink
fixed hcaptcha with capsolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaph committed Jul 10, 2023
1 parent 780cee1 commit 8fc1220
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acmethods.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ func antiCaptchaMethods(solver *Solver, preferredDomain string) *solveMethods {
}

baseTask := "HCaptchaTask"
if solver.service == CapSolver {

// for capsolver.com HCaptchaTurboTask than the regular task is better, but requires proxy
if solver.service == CapSolver && o.Proxy != nil {
baseTask = "HCaptchaTurboTask"
}

Expand Down

0 comments on commit 8fc1220

Please sign in to comment.