Sign inSign up

henrybravo/linkchkr

By henrybravo

•Updated over 6 years ago

Image with the python 2 based LinkChecker https://github.com/wummel/linkchecker

Image
Developer tools
Monitoring & observability
Web analytics
0

331

henrybravo/linkchkr repository overview

⁠How to use

docker run --rm -t henrybravo/linkchkr linkchecker url

docker run --rm -it henrybravo/linkchkr linkchecker -v www.henrybravo.nl

INFO linkcheck.cmdline 2020-06-23 13:30:10,965 MainThread Checking intern URLs only; use --check-extern to check extern URLs.

LinkChecker 9.4.0 Copyright (C) 2000-2014 Bastian Kleineidam

...

Start checking at 2020-06-23 13:30:10+000

URL http://www.henrybravo.nl'`⁠

Real URL https://www.henrybravo.nl/

Check time 0.416 seconds

D/L time 0.000 seconds

Size 6KB

Info Redirected to https://www.henrybravo.nl/'.`⁠

Result Valid: 200 OK

...

Statistics:

Downloaded: 12.73KB.

Content types: 15 image, 3 text, 0 video, 0 audio, 3 application, 0 mail and 7 other.

URL lengths: min=26, max=73, avg=52.

That's it. 28 links in 29 URLs checked. 0 warnings found. 0 errors found.

Stopped checking at 2020-06-23 13:30:17+000 (6 seconds)

⁠To write the output to a html page (and on OSX to open in default browser)

docker run --rm -it henrybravo/linkchkr linkchecker -o html www.henrybravo.nl >> linkchecker-out.html ; open linkchecker-out.html

⁠To see all the features and options of this version of linkchecker:

docker run --rm -it henrybravo/linkchkr linkchecker --help

Tag summary

Content type

Image

Digest

Size

335.7 MB

Last updated

over 6 years ago

docker pull henrybravo/linkchkr