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
Release history Release notifications | RSS feed
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)
Built Distribution
mangadlmao-0.2.0-py3-none-any.whl
(23.0 kB
view hashes)
Close
Hashes for mangadlmao-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78628c4bf64ce8581d68a84f2b6acde6678e7c2ff6c23e178509e80af2f1a22d |
|
MD5 | d537e6d930719658fb981dee737ad5c7 |
|
BLAKE2b-256 | 72c8df2e413aece85954e21c647e594437654fb4e1429346ba365603fc1de9f7 |