Skip to main content

Command line application and library to download manga from various sources

Project description

mandown

Python library and command line application to download books from various sources including manga

Currently only supports MangaSee.

Dependencies

  • python = "^3.8"
  • typer = "^0.4.0"
  • feedparser = "^6.0.8"
  • beautifulsoup4 = "^4.10.0"
  • requests = "^2.27.0"

Usage

mandown URL DESTINATION_FOLDER

Run python cli.py --help for more info.

Library usage

from mandown import mandown

md.download(url_to_manga, destination_folder, start_chapter=None, end_chapter=None, maxthreads=4)

manga = md.query(url_to_manga)
print(manga.metadata, manga.chapters)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mandown-0.1.1.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

mandown-0.1.1-py3-none-any.whl (18.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page