node-readability icon indicating copy to clipboard operation
node-readability copied to clipboard

html5 not included

Open christopherdebeer opened this issue 14 years ago • 0 comments

I've been trying to get node-readability to work for a project of mine, and after a while of getting errors empty body & doc.body is still null. I went through the source to see why.

It seems you have a work around for badly formatted html using the html5 module, but it wasn't packaged with readability when i installed it via npm ie: npm install readability

Obviously this was easily fixed, but I thought you might want to include it in the packages.json as a dependency so as to avoid other people thinking your package doesn't work.

Chris

christopherdebeer avatar Nov 30 '11 11:11 christopherdebeer