A comic and doujinshi archiver that saves as .cbz
with support for the following sites:
- https://readcomicsonline.ru/
- https://e-hentai.org/
- https://myreadingmanga.info/
- https://doujins.com/
- https://nhentai.net/
- https://pururin.io/
go get -u -v github.com/The-Eye-Team/Comics-DL
./Comics-DL --url {URL}
./Comics-Dl --file {path}
Name | Default Value | Description | |
---|---|---|---|
-u |
--url |
None. | URL of comic to save. |
-c |
--concurrency |
5 |
The number of simultaneous downloads to run. |
-o |
--output-dir |
./results/ |
Path to directory to save files to. |
-k |
--keep-jpg |
false |
Flag to keep/destroy the .jpg page data. |
-f |
--file |
None. | Path to file with list of URLs to download. |
Files will be save to the location {--output-dir}/{domain}/{title}.cbz
Pre-compiled binaries are published on Circle CI at https://circleci.com/gh/The-Eye-Team/Comics-DL. To download a binary, navigate to the most recent build and click on 'Artifacts'. Here there will be a list of files. Click on the one appropriate for your system.
Once downloaded, run the following with the values applicable to you.
$ ./comics-dl-{build_date}-{git_tag}-{os}-{arch}
MIT.