Files
gomad/README.md
Itsigo cdac67d781
Some checks failed
Build this app / Builder (push) Failing after 1m23s
first working application
2026-03-07 16:00:09 +01:00

26 lines
782 B
Markdown

# GOMAD
**The Go Manga Downloader.**
A little CLI application to dowload Manga from WeebCentral. Designed to be run with cron.
It it downloads all chapters and checks if there is a new chapter to be downloaded.
This way I can have outomated downloads for the newest chapters.
Chapters will be compressed into a .cbz file. Since that's what Komnga supports ans I don't need more than that.
Usage:
```bash
# Basic usage. Downloads the files into the current directory
./gomad url=https://weebcentral.com/series/01JR0CSS15K1X2JG3YREKEY8AW/lovebullet
# You can provide a download path
./gomad -path=downloads/ url=https://weebcentral.com/series/01JR0CSS15K1X2JG3YREKEY8AW/lovebullet
# You can provide a .txt file for multi import
./gomad -path=downloads/ -file=manga.txt
```