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!
- keep2share.cc / k2s.cc;
- fileboom.me
- tezfiles.com
- depositfiles.com
- publish2.me
- Download the latest standalone zip: win
- Extract the "JDownloader 2.0" content in your current JD2 folder
- restart JD2 and start downloading
- Install NodeJS and make sure it's available in your PATH
- Clone this repository
- Copy the "JDownloader 2.0" content into your current JD2 folder (probably
~/.jd
) - Restart JD2 and start downloading
- Clone this repository
- Download and compile AlexeyAB's fork of darknet
- Copy (and override) the resulting darknet executable to
/JDownloader 2.0/tools/offlineCaptchaSolver/darknet64/darknet
- Install NodeJS and make sure it's available in your PATH
- Copy the "JDownloader 2.0" content into your current JD2 folder (probably
~/.jd
if you installed via flatpack try the path: /home//.var/app/org.jdownloader.JDownloader/data/jdownloader) - Restart JD2 and start downloading
If it does not work, got into the folder: JDownloader 2.0\tools\offlineCaptchaSolver\darknet64
and open test.bat
. You should see something like this if everthing is ok:
temp.jpg: Predicted in 74.892000 milli-seconds.
e: 99%
h: 74%
C: 100%
Y: 99%
C: 100%
1: 99%
Or an error message.
If you get "msvcr100.dll" is missing, you need to install Microsoft Visual C++ 2010 Service Pack 1
from here: https://www.microsoft.com/en-US/download/details.aspx?id=26999
This comes in handy, if the host changed the captcha type and you have to deactivate some hosts...
- Go to ...\JDownloader v2.0\jd\captcha\methods\
- Move the folders of the hosts you want to deactivate "keep2share_linux", "keep2share_win" to another save location
- Restart JDownloader 2
To reactivate them, just copy them back in and restart JD2
Doc on how it is solved: HERE
Download v1.x to get the code for solving this captchas!
Doc on how it is solved: HERE
Doc on how it is solved: HERE
Thanks to Corubba for the linux part on v2.x!