Crates.io | rlinks |
lib.rs | rlinks |
version | 0.6.5 |
source | src |
created_at | 2019-07-18 17:23:40.049846 |
updated_at | 2019-09-06 22:51:00.335183 |
description | Rusty Links (rlinks) finds dead links in your website |
homepage | |
repository | https://github.com/jlricon/rlinks |
max_upload_size | |
id | 149912 |
size | 125,470 |
Rusty Links -rlinks- is a dead links checker
NOTE: CAN ONLY BE COMPILED WITH RUST NIGHTLY!
Rusty Links 0.6.0
Jose Luis Ricon <jose@ricon.xyz>
RLinks finds dead links in websites, or dumps scraped links to a file
USAGE:
rlinks <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
check Checks links
dump Dump links
help Prints this message or the help of the given subcommand(s)
I tested this against this
long article with over a hundred links. linkchecker was run with
linkchecker --no-robots -r1 --check-extern https://nintil.com/this-review-is-not-about-reviewing-the-elephant-in-the-brain/
Program | Parallelism | Time |
---|---|---|
rlinks | 2 (requests per domain, default) | 4 |
linkchecker | 10 (threads, default) | 14.9 |