- http://www.comicextra.com/
- https://mangarock.com/
- https://www.mangareader.net/
- http://www.mangatown.com/
Download the latest release:
Download the latest GUI release:
Put the script under a folder.
You can invoke the --help
:
-all
Download all issues of the Comic or Comics
-country string
Set the country to retrieve a manga, Used by MangaRock
-deamon
Run the download as deamon
-format string
Comic format output, supported formats are pdf,epub,cbr,cbz (default "pdf")
-last
Download the last Comic issue
-timeout int
Timeout (seconds), specifies how often the downloader runs (default 600)
-url string
Comic URL or Comic URLS by separating each site with a comma without the use of spaces
-version
Display build date and release informations
If you'd like to track your favourite mangas you can use this bash script.
Without url
parameter:
./comics-downloader url1 url2 url3
With url
parameter:
./comics-downloader -url=url,url2,url3
available formats:
- epub
- cbr
- cbz
Default format is pdf.
example:
./comics-downloader -url=[your url] -format=epub
Provide the comic url and use the -all
flag. The url provided can be any issue of the comic, or the main comic page url.
example:
./comics-downloader -url=[your url] -all
To download the last comic issue use -last
flag.
./comics-downloader -url=[your url] -last
You can run the CLI downloader as deamon using -deamon
flag.
works only if -all
or -last
flags are specified.
./comics-downloader -url=[your url] -deamon
You can customize the deamon timeout using the -timeout
flag.
./comics-downloader -url=[your url] -deamon -timeout=300
Feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details