linkspector icon indicating copy to clipboard operation
linkspector copied to clipboard

Disable binary files download during link checking

Open gaurav-nelson opened this issue 2 years ago • 2 comments

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.

gaurav-nelson avatar Sep 25 '23 09:09 gaurav-nelson

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.

edwarddavidbaker avatar Apr 30 '24 16:04 edwarddavidbaker

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

gaurav-nelson avatar May 04 '24 02:05 gaurav-nelson