Itsigo 12bc6290ef
All checks were successful
Build this app / Builder (push) Successful in 38s
added wonky single chapter impport
2026-03-07 18:27:56 +01:00
2026-03-07 16:00:09 +01:00
2026-03-07 16:00:09 +01:00
2026-03-07 16:00:09 +01:00
2026-03-07 18:27:56 +01:00
2026-03-07 16:00:09 +01:00
2026-03-07 16:00:09 +01:00

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
Go Manga Downloader
Readme 46 KiB
v0.0.3 Latest
2026-03-09 09:42:19 +00:00
Languages
Go 99%
Makefile 1%