wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

Feature Request: Output type of link #569

Closed inian closed 9 years ago

inian commented 9 years ago

It would be nice to have the type of link in the output as well.

For example, if I want to know the number of HTML pages or images in a website, it would be nice to have this option. Or it could be a command line argument to output logs only based on the type specified.

inian commented 9 years ago

I was able to get the required information by enabling the HttpHeaderInfo plugin. Did not notice that plugin before.

It would have been helpful if the plugin documentation was updated here Thanks!