Dear One Manga readers,
I'm glad to announce that the most recent version of One Manga Downloader script is now hosted on GitHub.
I've made some improvements to the script according to Wout Mertens' comment for better support on Mac OSX. Thanks, Wout :D
As usual, if you find any bug please do not hesitate to post an issue on GitHub or leave a comment here (I've only tested it on Cygwin so there may be some problem on other platforms).
That's it. Happy downloading!

10 comments
Awesome kong! :) glad it's downloadable in github.
Thanks for useful link. It is cool
Hello! can you post the updated(or the complete) list of commands of the script? :( Hope you can post it in english.
THanks a lot! :)
Hi Xen,
Actually the usage instruction is already written in the first few lines of the script.
However, I've created the Usage wiki page on GitHub to explain it more in details. Please check it out :)
does this script download the new chapters automatically? Also how does this work, i mean how do i install this on my server?
Hi,
The script itself won't do anything. You have to execute it manually, or you can setup a cron job to automatically execute it, for example, every weekend.
Installing the script is as simple as copying and pasting the code into a new file, name it anything you want and don't forget to do a
$ chmod +x filenameFor usage instruction, please see the Usage wiki page link above.
Thank you very much for the excellent and useful subject.
Awesome work. Thanks!
One small nitpick: the archive files generated by the script have the extension "cbr", while they are actually zip archives, and thus should end with "cbz". :)
Yeah, it's just my (bad) personal preference -- I prefer the sound of "cbr" compared to "cbz" (for me, "cbr" can be naturally translated to "Comic Book Archive")
However, I also think that zip is more common than rar in every system (Cygwin, Linux, Mac OSX) So that's what you got in the script :P
If you prefer the correct extension name for each archive format or if you want to use other compression method (e.g. zip, rar, 7-zip, tar), you may be interested in Yumi Nanako's fork of the script. She has added many nice options there :)
I see. Well, nothing a simple rename 's/.cbr/.cbz/' can't fix. :)
Thanks for the link to the fork, I'll check it out.
Post new comment