From de55fbd178ab90da724ea1032553157f7ec0f5dc Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Sep 2021 19:31:49 +0200 Subject: [PATCH] Add TODO for fixing URL encoding for paths --- lychee-lib/src/extract.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lychee-lib/src/extract.rs b/lychee-lib/src/extract.rs index 1bbf059..fcb4bcc 100644 --- a/lychee-lib/src/extract.rs +++ b/lychee-lib/src/extract.rs @@ -130,6 +130,10 @@ fn create_uri_from_path(src: &Path, base: &Option, dst: &str) -> Result