From 477c9dca5fd2f24e75cc0378520af7fcb8c2a26d Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Thu, 23 Dec 2021 14:44:27 +0100 Subject: [PATCH] add manga-dlp --- content/projects/letsencrypt_hook.md | 2 +- content/projects/manga-dlp.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 content/projects/manga-dlp.md diff --git a/content/projects/letsencrypt_hook.md b/content/projects/letsencrypt_hook.md index 6597e88..f04c685 100644 --- a/content/projects/letsencrypt_hook.md +++ b/content/projects/letsencrypt_hook.md @@ -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"] diff --git a/content/projects/manga-dlp.md b/content/projects/manga-dlp.md new file mode 100644 index 0000000..3ee8d72 --- /dev/null +++ b/content/projects/manga-dlp.md @@ -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. + +