add manga-dlp

This commit is contained in:
Ivan Schaller 2021-12-23 14:44:27 +01:00
parent bde9d7f287
commit 477c9dca5f
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,5 @@
+++
title = "Lets Encrypt Bash Script - rewrite"
title = "Lets Encrypt Bash hook - rewrite"
description = "Improvements to a Lets Encrypt bash script"
date = "2021-11-08"
type = ["default"]

View file

@ -0,0 +1,16 @@
+++
title = "manga-dlp"
description = "Manga download script in python3"
date = "2021-12-22"
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. 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 a wrote a script myself. It includes all my needs and is extendable for other sites too.