broken-link-checker
broken-link-checker copied to clipboard
Feature request: output all URLs for the site
It does not have anything to do with checking broken links, but I was thinking that since we already have great graph search we could have potentially used the set of links to perform other checks. For example, I usually use Tidy to check my HTML and I would love to feed it a whole set of distinct links.
Right now, I am able to parse BLC output (thankfully, it is well-structured), extract distinct links and do what I need. It would be great to have a flag, like --links-only that will make BLC flush URLs one per line.
v0.8 will likely have JSON log output. Perhaps a flat URL list could be an option.