UmbrellaDocs / linkspector

Uncover broken links in your content.
Apache License 2.0
59 stars 8 forks source link

Disable binary files download during link checking #5

Open gaurav-nelson opened 11 months ago

gaurav-nelson commented 11 months ago

Currently, Linkspector would download the files if the link point to a PDF file or binary. It should instead only check if the link is valid and not download the file.

edwarddavidbaker commented 3 months ago

Hi @gaurav-nelson I appreciate all of the effort you put into verifying markdown links. Quick question:

It should instead only check if the link is valid and not download the file.

It is common to link to PDFs for specifications and reference material. Does valid also include checking that the link is live and responding to requests? It is helpful to know if a PDF (or other asset) isn't available anymore and responding with a 404.

gaurav-nelson commented 3 months ago

Thank you @edwarddavidbaker Yes, it should check if the link is alive and not 404.