spatie / http-status-check

CLI tool to crawl a website and check HTTP status codes

Home Page:https://freek.dev/308-building-a-crawler-in-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CSV output option and treat specified URL as erroneous

hyukishi opened this issue · comments

Enhancement request: Is it possible to add a CSV output type along with an option to consider links from a specific URL as errors?

Perhaps delimiting the fields as "Status Code, URL, Referrer".

For example, say I wanted to check the status of a website and wanted to identify all links going to google.com as bad links so that they show up in a CSV output type to make for easier viewing in Excel.