From 74ea9bb71b64e4233e14db637167092cfee03cc4 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Wed, 22 Apr 2020 15:14:09 +0200 Subject: [PATCH] Mention related programs in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df297c2..1850ecb 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ OPTIONS: -o, --output Output directory ``` -## Credits +## Related programs -Inspired by https://github.com/brantsch/kit-ilias-fuse. Re-implemented because the FUSE downloads were too slow and truncated. +- https://github.com/brantsch/kit-ilias-fuse (synchronous networking and sometimes (?) truncated downloads) +- https://github.com/Garmelon/PFERD/ (currently in the middle of a rewrite)