Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
/ smd Public archive

Simple Manga Downloader, a tool to search and download manga

License

Notifications You must be signed in to change notification settings

adbenitez/smd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Unmaintained, check https://github.com/adbenitez/simplebot_manga for a similar project to download manga.

Simple Manga Downloader

A tool to search and download manga from web sites, with support for several sites and languages.

Features

  • 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.

Currently supported sites

  • 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

Installation

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.

Examples

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.

Support

To request new sites or if you are having issues, you can open an issue. For more information and tutorial read the smd manual.

License

This project is free software, licensed under the GPL3+ License - see the LICENSE file for more details.