A CLI application to detect dead URL and check URL in WayBack machine.
Here we see Blink
is taking a file as input and outputting the status of each URL. Blink
can be configured to output the result in color. Here the red colored URLs are dead, yellow colored ones are redirect and the green ones are valid URL.
Blink can also take text output from another process. Here I am making an http request with cURL
and piping the result to Blink to detect dead URL in the page.