https://github.com/refcounter/mdex-dl
A Simple Downloader for mangadex.org
https://github.com/refcounter/mdex-dl
cli go manga-downloader mangadex-api
Last synced: 20 days ago
JSON representation
A Simple Downloader for mangadex.org
- Host: GitHub
- URL: https://github.com/refcounter/mdex-dl
- Owner: refcounter
- License: mit
- Created: 2023-06-02T12:54:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T20:30:47.000Z (about 3 years ago)
- Last Synced: 2025-11-19T13:31:42.952Z (7 months ago)
- Topics: cli, go, manga-downloader, mangadex-api
- Language: Go
- Homepage:
- Size: 4.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mangadex Downloader
 
As the name implies, it is a downloader for [mangadex](https://mangadex.org). I know, there are a bunch of such programs already, but this one emerged from my particular needs. I was using [mangadex-downloader](https://mangadex-downloader.rtfd.io/) --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
```bash
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


```bash
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
- [x] Download Whole Manga
- [x] Download Single Chapter
- [x] Download to Custom Directory
- [x] Show Download Progess
- [ ] Download Cover
- [ ] Continue Downloads
- [ ] Make it Concurent
## License
mdex-dl is under MIT License. See [LICENSE](./LICENSE)