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

1.2 KiB

+++ title = "manga-dlp" description = "Manga download script in python3" date = "2022-07-25" type = ["default"] +++


Manga download script written in python3

https://github.com/olofvndrhr/manga-dlp

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 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.

I also created a docker container for it, built on my own base images.

More infos are available in the README.md or for docker

Feature summary:

  • Multiple mangas via a file with links
  • Ability to download all chapters available
  • Save as zip, cbz, cbr, pdf or folder
  • Add volume information
  • Select language
  • Docker image
  • PyPi package
  • etc.