Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 343 Bytes

captcha_detector

Detect the captcha type right away

Features

  • Cloudflare common type support (demo)
  • Last dump saving
  • Proxy support

Example

url = 'https://4pda.to'
cd = CaptchaDetector(proxies={'https':'socks5://127.0.0.1:2080'})
pt = cd.explore(url)

captcha_detector