Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

JDownloader 2 Offline Captcha solver

JDownloader already solves a lot of captchas on its own, but for some hosts you have to input the result by hand. This tool reduces the list of unsupported hosts.

Using YOLO DARKNET as neuronal Network to solve captchas!

Installation Windows

  1. Download the latest standalone zip: win
  2. Extract the "JDownloader 2.0" content in your current JD2 folder
  3. restart JD2 and start downloading

Installation Linux & Mac

  1. Clone this repository
  2. Download and compile AlexeyAB's fork of darknet
  3. Copy the resulting darknet executable to /JDownloader 2.0/tools/offlineCaptchaSolver/darknet64/darknet
  4. Install NodeJS and make sure it's available in your PATH
  5. Copy the "JDownloader 2.0" content into your current JD2 folder (probably ~/.jd)
  6. Restart JD2 and start downloading

Deactivate The Captcha Solver for Hosts

This come in handy if the host changed the captcha type and you have to deactivate some hosts...

  1. Go to ...\JDownloader v2.0\jd\captcha\methods\
  2. Move the folders of the hosts you want to deactivate "keep2share_linux", "keep2share_win", "przeklej_linux" or "przeklej_win" to another save location
  3. Restart JDownloader 2

To activate them again, just copy them back in and restart JD2

Supported Types of Captchas

This Tool automatically solves Captchas for you! This is a list of supported Captchas and the hosts, I know, are using them.

6 Digits Captcha (NEW)

ks

Known Hosts with this captcha:

  • keep2share.cc
  • fileboom.me
  • tezfiles.com
  • depositfiles.com

Docu on how I solve this Captcha type: HERE

Old (not used anymore) captchas

Download v1.x to get the code for solving this captchas!

6 Digits Captcha

ks

Docu on how I solve this Captcha type: HERE

4 Digits Captcha

ks

Known Hosts with this captcha:

  • przeklej.org

Docu on how I solved this Captcha type: HERE


Thanks to Corubba for the linux part on v2.x!

You can’t perform that action at this time.