Skip to content

mr-js/captcha_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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