by mjijackson on 11/14/11, 6:00 PM with 10 comments
by pshc on 11/14/11, 10:33 PM
But jQuery is a great scraper if your transformation is complex and non-streamable. [1] https://github.com/aredridel/html5
by ricardobeat on 11/14/11, 6:26 PM
doc.find('h2:gt(0)').before('<hr />')
by peteretep on 11/14/11, 9:53 PM
Wasn't sure how well that was going to scale, and was worried people would get weird about sending the entire contents of the page they're on - I have a 90% working solution now where it's all done in-browser, with a bunch of classes I've been working on with a node.js set of testing tools
by bialecki on 11/14/11, 8:37 PM
by orc on 11/14/11, 7:36 PM
by slashclee on 11/14/11, 11:23 PM