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
- Host: GitHub
- URL: https://github.com/flozone/script_coloredmanga_downloader
- Owner: FloZone
- Created: 2023-11-07T16:36:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T13:26:18.000Z (about 2 years ago)
- Last Synced: 2025-03-31T02:35:28.511Z (10 months ago)
- Topics: python, script
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColoredManga Downloader

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