ivn.sh-conf/content/projects/manga-dlp.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2021-12-23 14:44:27 +01:00
+++
title = "manga-dlp"
description = "Manga download script in python3"
2022-07-28 21:29:04 +02:00
date = "2022-07-25"
2021-12-23 14:44:27 +01:00
type = ["default"]
+++
---
## Manga download script written in python3
2022-06-01 15:48:34 +02:00
#### https://github.com/olofvndrhr/manga-dlp
2021-12-23 14:44:27 +01:00
2022-06-01 15:48:34 +02:00
I was in search of a script to download multiple mangas at the same time without any interactive elements which require your attention.
The best I found was [mangadex-dl](https://github.com/frozenpandaman/mangadex-dl)
which didn't include multiple mangas, or all chapters at the same time.
So I took inspiration from mangadex-dl and wrote a script myself.
It includes all my needs and is extendable for other sites too.
2021-12-23 14:44:27 +01:00
2022-06-01 15:48:34 +02:00
I also created a docker container for it, built on my own base images.
2021-12-23 14:44:27 +01:00
2022-06-01 15:48:34 +02:00
> More infos are available in the [README.md](https://github.com/olofvndrhr/manga-dlp/blob/master/README.md)
> or for [docker](https://github.com/olofvndrhr/manga-dlp/blob/master/docker/README.md)
2022-07-28 21:29:04 +02:00
**Feature summary:**
2022-06-01 15:48:34 +02:00
* Multiple mangas via a file with links
* Ability to download all chapters available
2022-07-28 21:29:04 +02:00
* Save as zip, cbz, cbr, pdf or folder
2022-06-01 15:48:34 +02:00
* Add volume information
* Select language
2022-07-28 21:29:04 +02:00
* [Docker image](https://hub.docker.com/repository/docker/olofvndrhr/manga-dlp)
* [PyPi package](https://pypi.org/project/manga-dlp/)
* etc.