lychee/lychee-lib/src
MichaIng d3d7f6a56b
fix: do not fail on empty # and #top fragments (#1609)
The empty "#" and "#top" fragments are always valid without related HTML element. Browser will scroll to the top of the page. Hence lychee must not fail on those.

Credits go to @thiru-appitap for initial attempt and helping to find missing parts of the implementation.

Solves: https://github.com/lycheeverse/lychee/issues/1599

Signed-off-by: MichaIng <micha@dietpi.com>
2025-02-06 15:09:59 +01:00
..
basic_auth feat: add support for basic auth per URI (#1110) 2023-06-26 12:06:24 +02:00
chain Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
checker Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
extract Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
filter Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
quirks Add quirks support for youtube-nocookie.com and youtube embed URLs (#1563) 2024-11-08 06:15:26 +01:00
types Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
utils fix: do not fail on empty # and #top fragments (#1609) 2025-02-06 15:09:59 +01:00
client.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00
collector.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
lib.rs Introduce --root-dir (#1576) 2024-12-13 14:36:33 +01:00
remap.rs Extend compact format (#1497) 2024-09-09 18:33:18 +02:00
retry.rs Fix new clippy lints (#1625) 2025-02-06 14:51:44 +01:00
test_utils.rs Add support for relative links (#1489) 2024-10-26 04:07:37 +02:00