Skip to content

refcounter/mdex-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mangadex Downloader

default workflow build workflow

As the name implies, it is a downloader for mangadex. I know, there are a bunch of such programs already, but this one emerged from my particular needs. I was using mangadex-downloader --which worked fine; until my network conditions got worse and i couldn't get past the errors (idk why python doesn't work under scarce circunstances (ie, bandwidth)), plus my pc broke and i was forced to my old x86 potato...

Instalation

From Source

git clone https://github.com/refcounter/mdex-dl.git
cd mdex-dl
go build 
mv mdex-dl ~/.local/bin/

Usage

Should be as strainghtforward as running the included binary

Batch Download Single Download

mdex-dl --help

mdex-dl v0.1 - A simple mangadex downloader

Flags:

  -dir string
    	Custom Download Directory (default ".")
  -ds
    	Data Saver mode (default true)
  -ec int
    	End Chapter
  -help
    	Get help on the 'mdex-dl' command.
  -lang string
    	Translator language (default "en")
  -s	Link is Single Chapter?
  -sc int
    	Start Chapter
  -url string
    	Manga's url from https://mangadex.org

ToDo

  • Download Whole Manga
  • Download Single Chapter
  • Download to Custom Directory
  • Show Download Progess
  • Download Cover
  • Continue Downloads
  • Make it Concurent

License

mdex-dl is under MIT License. See LICENSE