broken-link-checker icon indicating copy to clipboard operation
broken-link-checker copied to clipboard

Feature request: output all URLs for the site

Open dbogatov opened this issue 8 years ago • 1 comments

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.

dbogatov avatar Apr 11 '17 00:04 dbogatov

v0.8 will likely have JSON log output. Perhaps a flat URL list could be an option.

stevenvachon avatar May 16 '17 02:05 stevenvachon