HDoujin Downloader is a doujin/manga download manager that supports hundreds of different websites. Just input doujin/manga URLs from your favorite website and they will be added to the queue!
Features
- Can run as a standalone executable (portable, no installation)
- Can retrieve and save any information about a doujin/manga (author/artist/description information by default)
- Track chapters and get notified when new chapters are posted
- Parallel downloads, import/export download queues, download from URL list
- Automatically convert downloaded doujins/manga to .ZIP/.CBZ/.RAR/.CBR/.PDF
- Clipboard Monitor feature watches the clipboard for doujin/manga URLs and adds them to the download queue automatically
- Supports the use of proxies
- Multiple, customizable UI languages (English, French, Spanish, German, Italian, Indonesian, Portuguese, Japanese, Chinese, Russian, Arabic, +More)
- Tag-based organization features, powerful folder/page naming system
- Free to use (free version has download limit)
Requirements
- Windows OS (Mac/Linux via Wine)
- .NET Framework 4.0+
Screenshots
Download
Download from GitHub:
Download from Mega:
If you only want the bare-bones executable without Lua module support, you can download it here.
If you run into any problems, get in touch or leave a comment. You can also leave a post in the Q&A forum to get help from other users. All feedback is welcome! Please include example URLs where applicable.
can you add hentainexus site in hdownloader ? plz its such a good site its a shame we cant download it there
HentaiNexus is actually already supported, and seems to be working fine from my end as of the latest release. Are you having problems with it? If so, please generate a log file and send it to me, and I’ll check it out!
Buenas, le vuelvo a escribir para hacerle saber de que en la pagina tumangaonline, cuando se descarga omite la gran mayoria de capitulos. Le indico algunos enlaces.
https://lectortmo.com/library/manhwa/8976/las-chicas-de-wild
https://lectortmo.com/library/manhwa/27321/quien-te-ha-invitado
https://lectortmo.com/library/manhwa/8650/The-Breaker-New-Waves
https://lectortmo.com/library/manhwa/8209/orange-marmalade
Y le dejo un enlace con lor archivos failed.txt
https://drive.google.com/drive/folders/1L_cdhgPLm4qfYGs5BZIU1gu0dvLDMa1f?usp=sharing
Thank you for providing so many examples. I know what the problem is now: You’re downloading chapters too quickly, which makes the website start responding with a 429 error (“too many requests”). Try lowering the number of simultaneous downloads to 1 or 2, or use timing rules under “Tools > Preferences > Timing & delays” to make it download more slowly.
In the future I’ll see about having the program detect this situation and slow down automatically, but in the meantime, the aforementioned solution should do the trick.
Gracias, ha funcionado lo de poner las descargas mas lentas.
hi, i can’t download from tsumino, hitomi.la or hentainexus.
stuck in “Getting info from blablabla”
By ‘stuck” do you mean that it hangs and the “getting info from” message never disappears, or does it disappear, but not add anything to the queue? There are quite a number of things that can cause the latter situation, some of which are discussed here.
If you can’t get it solved, generate some log files and send them to me (instructions here), and I’ll do what I can to help!
Buenas, no me deja contestar al mensjae que me pusiste: Do you know which chapters were skipped?
Por lo tanto te voy a poner los capitulos que son omitidos:
En el enlace de: https://lectortmo.com/library/manhwa/8650/The-Breaker-New-Waves
se me omite los capitulos del 8-17, 24-59, 65-111, 118-143 y 149-203.
En el enlace de https://lectortmo.com/library/manga/8351/yamada-kun-to-7-nin-no-majo con la ultima actualizacion ya no me omite ninguno.
Pero ha habido otros que me se me ha omitido poco capitulos y los he tenido que volver a descargar seleccionandolos de forma especifica
otros enlances que no funciona de forma correcta
https://lectortmo.com/library/manhwa/8976/las-chicas-de-wild
https://lectortmo.com/library/manhwa/8209/orange-marmalade
Solamente se descargan menos de la tercera parte del manga
Toomics still not working for me (Either with a login defined or not) nor do SFW or NSFW ones, getting the error some chapters failed (Which then lists some chapters but not all), however no chapters are downloaded at all. I am using version 2021.2.10
Comics:
SFW: https://toomics.com/en/webtoon/episode/toon/5547
NSFW: https://toomics.com/en/webtoon/episode/toon/5344
Log file:
Debug Log: [hidden]
toomics.com log: [hidden]
Thanks for including the example URLs and log files; it’s always very helpful. However, I’m not able to reproduce the issue on my end at this point.
Could you try adding an individual episode to the queue (like this one), and send me the resulting log file? And when you do that, do you see anything in the “Pages” column, or is it “0” or a question mark?
Trying the link you sent also fails. It picks the name “Eat Me! 1”, Chapters: “NA” Pages: “0” Status: “Completed” Progress: “0/0”.
Nothing is downloaded and the folder is not created.
Debug Log: [hidden]
Toomic Log: [hidden]
Thanks! I’m pretty sure of what the problem is now. The ZIP archive for version 2021.2.10.0 contains an outdated version of the toomics.com module, which replaced the newer version when you updated the program. However, the program doesn’t realize that, and doesn’t update the module to the newest version because it assumes it already has it.
I’m working on a solution, but if you want a quick fix, you can download the updated module here and replace the one in the “modules\lua” directory. That should fix it.
Update: I just uploaded a new program update that should fix it as well– Let me know how it goes for you!
Can confirm it is working now with the new update. Both individual chapters and entire series. Thanks a lot for the quick turn around 🙂
Is there any chance of getting login support for toomic anytime soon as well?
Actually been fiddling with the module and their login process for a little bit tonight and i can see why it’s not implemented for Toomic. It’s a real head scratcher on how it works.
There must be some CORS, or more likely a cookie based CSRF form of protection employed
Right? I’m not sure cookies even matter because the login page still responded with 200 when I blocked the site from storing cookies, so there’s definitely something sneaky going on.
The super confusing part is it works fine if i hit that URL via Curl. But if i try in the App or via Postman i get a 404 error.
However if i use the curl code generated from Postman via the terminal it works fine and i get a 200 response and my credentials are accepted.
I can even replay the request to the login URL in the Chrome and Firefox dev tools and it works fine. Your also right in that it doesn’t seem to be cookie based or anything, as i removed all the cookies from my Curl request and it still works fine. They are doing something sneaky to figure it out, and i have no idea how :/
My curl request: https://paste.ee/p/3q3aF
I have managed to make some progress, i got it to download a protected chapter at the very least. But haven’t managed to get the login function to work yet.
Basically i used the following command to make a curl request to the Login url via the terminal and save the response to a text file.
https://paste.ee/p/h4lrr
Then from that saved file i had to create three Cookies inside Your App with the values from the curl request. The three cookies i needed to enter were:
GTOOMICSremember_id
GTOOMICScisession
GTOOMICSt_log
Doing this allowed me to download a VIP/Coin only chapter. It would appear the GTOOMICScisession is the key to it all, however it changes every so often, so i need to make that curl request and update the value of that cookie for each chapter i want to download. Due to this it can’t put a link to a webtoon and have the app go through and grab each Chapter automatically, as i need to do the curl request and update the cookie value manually
Latest HDoujinDownload update (2021.2.7.0) cannot download images from ExH pages. Pages from e-H seem to not be affected. Logs collected with diagnostics enable show that ExH URLs are triggering NullArgumentException errors.
Thanks for letting me know, I did make some changes to the exhentai module. I’m looking into it! If you want, you can send me the log files you generated, because so far I’m unable to reproduce the problem on my end.
How long until I can get the code? I paid for it like 5 minutes ago.
Like the license information page says, it can take up to 12 hours to receive your license details. That said, you should definitely have them by now!
Thanks a lot for your support! ♥
Im getting a no pages found error for a lot of stuff off of tsumino. I this a known problem?
This is my first time hearing about it. I can’t seem to reproduce the issue– If you send me some example URLs and/or some log files, I’ll look into it!
Acutally nevermind theyre working now. Not sure what happened there
Doesn´t work on Suse 15.2!
I haven’t tried to run it in this environment before. What steps did you take to get it running, and what went wrong?
Buenas, estoy usando los url de tumangaonline, me pasa que hay algunos mangas que se me descargan saltandose capitulos mientras que otros no
Send me an example URL or two for the content that isn’t working correctly, and I’ll check it out!
Buenas, te mando algunas dirreciones
https://lectortmo.com/library/manhwa/23628/perdon-por-ser-una-pervertida
https://lectortmo.com/library/manga/47812/delivery-of-the-dead
https://lectortmo.com/library/one_shot/41490/i-was-wrong
Thank you for including the example URLs; I was able to reproduce the problem. I just uploaded a module update, so it should be working the next time you sync your modules (which occurs automatically at each restart).
Let me know if you have any further problems!
Buenas, he vuelto a tener problemas de descarga saltandose capitulos en bastantes link de tumangaonline aqui te dejo algunos :
https://lectortmo.com/library/manhwa/8650/The-Breaker-New-Waves
https://lectortmo.com/library/manga/8351/yamada-kun-to-7-nin-no-majo
Do you know which chapters were skipped?