Skip to main content

A cli script to download and package manga into CBZ for Komga

Project description

mangadlmao

A cli script to download and package manga into CBZ for Komga.

What sets it apart from other scripts like this is that it creates a ComicInfo.xml for Komga and it will also download any updated chapters to get the latest versions with fixes.

Installation

Install using pip:

$ python -m pip install mangadlmao

Configuration

You can get the location of the configuration file by running mangadlmao -c or specify a custom path with mangadlmao --config=/custom/location/config.yml

The configuration file format is YAML:

---
download_directory: "."

# default languages to download, can be overridden per manga
lang:
  - en

manga:
  # entries with id are treated as MangaDex entries
  - title: Nice Manga Title
    id: aed22b2e-b544-4204-9702-cdf5cfc167de
    # skip chapters uploaded before specified date:
    since: 2020-12-24

  - title: Call of the Day
    id: 251dfc8a-f05a-4825-8fa6-a2dhd7214230
    # override default languages:
    lang: [en, de]

  # entries with rss are currently treated as MangaSee entries
  - title: Manga 69
    rss: https://mangasee/rss/Manga-69.xml
    since: 2020-12-24
    # lang has no effect with MangaSee

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

mangadlmao-0.2.0.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

mangadlmao-0.2.0-py3-none-any.whl (23.0 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