node-readability
node-readability copied to clipboard
Should be able to fetch the next page
It'd be great if it can fetch the next pages based on a regex or a css selector and put all of the content in just one big page, this would help a lot with reading online books.
From looking at the readability.js
file, it looks as though all the logic from Readability 1.7 is there (appendNextPage
is called and also has a definition later in the file), but it seems clear that this script does not actually return html with those pages included.
To my (javascript-unfamiliar) eye, it looks as though this script should be getting the next pages and appending them.
Could arrix, perhaps, point out why this isn't happening / what part of the code I missed / whether this is even possible at all?