8bb1defbd5eb4c7d032a31b9b16b8e0ad0b51e1e
All checks were successful
Build this app / Builder (push) Successful in 40s
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:
# 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
Description
v0.0.3
Latest
Languages
Go
99%
Makefile
1%