An open API service indexing awesome lists of open source software.

https://github.com/flozone/script_coloredmanga_downloader

Script for dowloading content on coloredmanga website
https://github.com/flozone/script_coloredmanga_downloader

python script

Last synced: 6 months ago
JSON representation

Script for dowloading content on coloredmanga website

Awesome Lists containing this project

README

          

# ColoredManga Downloader
![Logo](logo.png)

A simple script for browsing the ColoredManga.com website and download chapters.

It can download all chapters from the given one until the end and compress the downloaded volumes to CBZ files.

## Installing dependencies
All mandatory libraries and dependancies are listed in `requirements.txt`.
```bash
pip install -r ./requirements.txt
```

## Command-line help
```
usage: python coloredmanga_downloader.py [-h] [-v] [--all] [--cbz] [--clean] chapter_url

ColoredMangaDownloader 1.2 - Browse the https://coloredmanga.com website and download mangas.

positional arguments:
chapter_url The URL of the first chapter of the manga you want to download

options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
--all Download all chapters from the given one until the end
--cbz Compress downloaded volumes to CBZ files
--clean Delete downloaded files after script execution (use with --cbz option)
```

## Other commands
* `python setup.py lint` : for linting the script file
* `python setup.py fmt` : for formatting the script file