From 9b97b29514e2d681a2739f89c49b9184640f7577 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Sun, 9 Aug 2020 23:13:52 +0200 Subject: [PATCH] Update docs --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index faef820..6cbe43e 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,13 @@ protection. The existing link checkers were not flexible enough for my use-case. lychee can... -- Handle chunked encodings -- Handle gzip -- Fake user agents (required for some firewalls) -- Skip non-links like anchors or relative URLs -- SOON: Ignore SSL certificate errors -- SOON: fully async code execution +- handle links inside unstructured (e.g. non-Markdown) documents +- handle chunked encodings +- handle gzip compression +- fake user agents (required for some firewalls) +- skip non-links like anchors or relative URLs +- SOON: ignore SSL certificate errors +- SOON: run fully asynchronously ## How?