stevenvachon / broken-link-checker

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

Add support for XHTML mimetypes #205

Open smokris opened 4 years ago

smokris commented 4 years ago

When checking links on some websites, BLC throws an error like this:

Error: Expected type "text/html" but got "application/xhtml+xml"

This PR enables BLC to check XHTML pages (in addition to text/html pages).