WARNING: Unmaintained, check https://github.com/adbenitez/simplebot_manga for a similar project to download manga.
A tool to search and download manga from web sites, with support for several sites and languages.
- Read manga offline without ads.
- Save bandwidth downloading only the necessary.
- Mangas are available in several languages.
- Multilingual interface.
- Continues canceled downloads from the same point it was interrupted.
- Downloaded ongoing mangas can be updated.
- Configurable.
- Documented.
- Always yours! Free as in freedom.
- German (de):
- NineManga-de
- English (en):
- NineManga-en
- MangaReader
- MangaAll
- MangaNelo
- MangaHere
- Spanish (es):
- NineManga-es
- HeavenManga
- MangaDoor
- Italian (it):
- NineManga-it
- Portuguese (pt):
- NineManga-br
- Russian (ru):
- NineManga-ru
The easiest way to install smd is using pip, open your terminal and execute the following command:
$ pip install smd
Now the command smd
should be available in your terminal.
Note
For more help installing smd
see the installation instructions in the smd manual.
To select site and manga to download interactively just run:
$ smd
To search mangaall.net for mangas containing the word 'first love' in its name, and select which one to download interactively:
$ smd -s mangaall 'first love'
To download from chapter 10 to 20 (ignoring chapter 15) of 'Naruto':
$ smd --chapters '10:20,!15' Naruto
To continue a previously canceled download:
$ smd --continue
Note
For more examples see the 'Quick start' subsection in the smd manual.
To request new sites or if you are having issues, you can open an issue. For more information and tutorial read the smd manual.
This project is free software, licensed under the GPL3+ License - see the LICENSE file for more details.