ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 221 forks source link

Refactor to split out the unfluff interface from the extractor code #17

Closed ageitgey closed 10 years ago

ageitgey commented 10 years ago

Refactor of #16 and cleaning up some other existing messiness.

This splits the module interface out from extractor.coffee and into unfluff.coffee.