https://github.com/adbenitez/smd
Simple Manga Downloader, a tool to search and download manga
https://github.com/adbenitez/smd
bs4 command-line-tool crawler crawling downloader manga manga-downloader python python3 urllib
Last synced: 5 months ago
JSON representation
Simple Manga Downloader, a tool to search and download manga
- Host: GitHub
- URL: https://github.com/adbenitez/smd
- Owner: adbenitez
- License: gpl-3.0
- Archived: true
- Created: 2018-03-21T21:33:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T05:35:56.000Z (over 3 years ago)
- Last Synced: 2025-11-27T20:20:15.973Z (7 months ago)
- Topics: bs4, command-line-tool, crawler, crawling, downloader, manga, manga-downloader, python, python3, urllib
- Language: Python
- Homepage: https://adbenitez.github.io/smd/
- Size: 150 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
**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:
.. code-block:: bash
$ 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:
.. code-block:: bash
$ smd
To search mangaall.net for mangas containing the word 'first love' in its name, and select which one to download interactively:
.. code-block:: bash
$ smd -s mangaall 'first love'
To download from chapter 10 to 20 (ignoring chapter 15) of 'Naruto':
.. code-block:: bash
$ smd --chapters '10:20,!15' Naruto
To continue a previously canceled download:
.. code-block:: bash
$ 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.
.. _smd manual: http://smd.readthedocs.io