/mdl

A simple manga downloader.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

mdl (manga downloader)

Go Report Card

Think of youtube-dl but for mangas. And with a very, very small number of supported sites. An alternative with more features is comics-downloader.

Supported sites

  • Dongmanmanhua (Chinese)
  • Kuaikanmanhua (Chinese)
  • MangaDex (English, library)
  • Tapas (English, library)

Install

Download the current release or use go get.

$ go get github.com/bake/mdl
$

Usage

$ mdl -help
Usage: mdl [-format=jpg] [-out=.] [-worker=4] [-progress] url
Flags:
  -format string
        Encode images as GIF, JPG or PNG (default "jpg")
  -out string
        Download directory (default ".")
  -progress
        Show a progressbar
  -worker int
        Concurrent downloads (default 4)
Version: 1.1.1