stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Write logs for broken links to file #109

Closed FelixZilber closed 6 years ago

FelixZilber commented 6 years ago

Get a file with only broken links logs.

rmoriz commented 6 years ago

I like this feature because when running in a CI/monitoring environment a simple, parseable output would be great.

ghost commented 6 years ago

I had few bugs in my implementation. Will get to it next week, and will create a PR

FelixZilber commented 6 years ago

@rmoriz check this PR

ydcool commented 5 years ago

It this still in progress? I like this feature too.

stevenvachon commented 5 years ago

I won't be merging this or implementing a file system write in this way. At some point, there will be an option to at least output a JSON file.