A webtoon comic downloader for the command line/terminal
Find a file
Leo Robinovitch 4412eed9c7 readme
2023-12-23 16:50:08 -08:00
.github/workflows finish 2023-12-21 09:20:50 -08:00
.gitignore finish 2023-12-21 09:20:50 -08:00
.goreleaser.yaml finish 2023-12-21 09:20:50 -08:00
go.mod working 2023-12-21 08:38:48 -08:00
go.sum working 2023-12-21 08:38:48 -08:00
main.go allow downloading entire comics 2023-12-23 16:42:43 -08:00
README.md readme 2023-12-23 16:50:08 -08:00

webtoon-dl

Download webtoon comics as PDFs using a terminal/command line.

Usage

webtoon-dl <your-webtoon-url>

Installation

Homebrew

brew install robinovitch61/tap/webtoon-dl

# to upgrade
brew update && brew upgrade webtoon-dl

Download from Github

Download the relevant binary for your operating system (MacOS = Darwin) from the latest github release. Unpack/extract it, then move the binary or .exe to somewhere accessible in your path, e.g. mv ./webtoon-dl /usr/local/bin.

Using go installed on your machine

go install github.com/robinovitch61/webtoon-dl@latest

Build from Source

Clone this repo, build from source with cd <cloned_repo> && go build, then move the binary to somewhere accessible in your path, e.g. mv ./webtoon-dl /usr/local/bin.