Metadata-Version: 2.1
Name: smd
Version: 1.6.2b0
Summary: Simple Manga Downloader, a tool to search and download manga for offline reading
Home-page: https://adbenitez.github.io/smd
Author: adbenitez
Author-email: asieldbenitez@gmail.com
License: GPL3+
Project-URL: Tracker, https://github.com/adbenitez/smd/issues
Project-URL: Say Thanks!, http://mastodon.social/@adbenitez
Project-URL: Source, https://github.com/adbenitez/smd
Project-URL: Documentation, http://smd.readthedocs.io
Project-URL: Donate, http://liberapay.com/adbenitez
Description: ***********************           
        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 <https://github.com/adbenitez/smd/issues/new>`_. For more information and tutorial read the `smd manual`_.
        
        If you want to support **smd**, please donate to http://liberapay.com/adbenitez, any little help is really appreciated, thanks for your support!
        
        
        License
        =======
        
        This project is **free software**, licensed under the GPL3+ License - see the `LICENSE <https://github.com/adbenitez/smd/blob/master/LICENSE>`_ file for more details.
        
        
        .. _smd manual: http://smd.readthedocs.io
        
Keywords: download manga downloader web scraping crawler spider internet desktop app offline reading
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
