scivision / linkchecker-markdown

Python asyncio + aiohttp Markdown *.md URL link checker: 10,000 files/second
MIT License
32 stars 18 forks source link

Replace long text errors with custom status code? #18

Open TimidRobot opened 3 years ago

TimidRobot commented 3 years ago

I have an old blog that generates 185 errors (broken links). 97 of the errors are Cannot connect to host DOMAIN:PORT ssl:default [nodename nor servname provided, or not known].

I think it would simplify output and make it more readable if a custom http status code was used (ex. 523). I suggest 523 based on List of HTTP status codes - Wikipedia.