tautologistics / node-htmlparser

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers
MIT License
1.15k stars 139 forks source link

Node stream support #60

Closed cistov closed 11 years ago

cistov commented 11 years ago

Adding support for standard Node writeable streams:

fs.createReadStream('./path_to_file.html').pipe(parser);