[addons] Add CaptchaAI captcha solver addon by bshahin · Pull Request #4764 · pyload/pyload · GitHub
Skip to content

[addons] Add CaptchaAI captcha solver addon#4764

Open
bshahin wants to merge 1 commit into
pyload:developfrom
bshahin:add-captchaai-addon
Open

[addons] Add CaptchaAI captcha solver addon#4764
bshahin wants to merge 1 commit into
pyload:developfrom
bshahin:add-captchaai-addon

Conversation

@bshahin

@bshahin bshahin commented Jun 23, 2026

Copy link
Copy Markdown

Adds a CaptchaAI addon that solves captchas via CaptchaAI's 2Captcha-compatible in.php/res.php API, addressing #4762 (the 2Captcha addon was noted as long-unmaintained / possibly non-functional).

Mirrors the structure and config conventions of the existing AntiCaptcha addon. Supported captcha types: image/text (OCR), reCAPTCHA v2 (normal + invisible), and Cloudflare Turnstile — matching the captcha types pyLoad's bundled anticaptcha plugins actually emit. hCaptcha and FunCaptcha are intentionally not included.

  • Configurable api_url (default https://ocr.captchaai.com), passkey, per-type solve toggles, timeout, and optional bad-result reporting (reportbad).
  • Submit -> poll (action=get) -> return token; balance check via action=getbalance.
  • No new dependencies (uses the existing BaseAddon + self.load).

Status testing. Happy to adjust style/attribution to your preference.

@CLAassistant

CLAassistant commented Jun 23, 2026

Copy link
Copy Markdown

Adds a CaptchaAI addon that solves captchas via CaptchaAI's 2Captcha-compatible
in.php/res.php API, addressing pyload#4762. Mirrors the structure/config of the existing
AntiCaptcha addon. Supports image/OCR, reCAPTCHA v2 (normal + invisible), and
Cloudflare Turnstile -- the captcha types pyLoad's bundled anticaptcha plugins emit.
hCaptcha/FunCaptcha intentionally not included. Status testing.
@bshahin bshahin force-pushed the add-captchaai-addon branch from 305976d to 1e46633 Compare June 23, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants