Quote:
Originally Posted by yoss15
The site has a really bad RSS feed in my opinion. I don't know if there is any solution to that because a recipe would be the ideal solution but I kind of gave up on that.
Instead the pearl script uses the mobile version of the site and downloads all the articles into a single html file.
|
There are two basic methods of grabbing the list of articles for a recipe-created ebook. The first is to use the RSS feed. If the RSS feed is bad, or there isn't one, you use parse_index. Parse_index will read a web page and process links to articles found on that page to create a virtual RSS feed, which is then passed into the recipe system.