Rishi-Bidani / go-manga-downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manga Downloader

How to use the program

1. Download the latest release

Available from the releases page

2. Get usage information by running the following command

./main.exe -h

3. Quick start

Download full manga

It is not recommended to use this command for very large mangas, as it is likely to break. Use the range command instead and download in batches of 100.

./main.exe -link="https://mangaclash.com/manga/[mangaName]"

Download single chapter

./main.exe -link="https://mangaclash.com/manga/[mangaName]/[chapterName]" -single=true

Downloading a range of chapters

./main.exe -link="https://mangaclash.com/manga/[mangaName]" -start=0 -end=9

Supported sites

Build it yourself

make build

or with go cli

go build -o main src/main.go

How to read the manga

Use my other manga viewer project here

About

License:MIT License


Languages

Language:Go 97.4%Language:Makefile 2.6%