Quote:
Originally Posted by abracadabra
Download works great so far, but is there a way to fetch the text-only-version instead of the saved page in total?
|
+1. I didn't notice at first that it only fetches content of the source directly and assumed the recipe accesses processes text. This greatly diminishes the value of recipe
I'm not sure, but i think it's done through
get_article_url function.
links to the processed text are pretty straight-forward: instapaper.com/go/article_id/go
and you can see those links in the html code of the page, no script is used. So I think it shouldn't be very difficult to amend the recipe's code.