View Single Post
Old 06-14-2010, 02:37 AM   #2096
gambarini
Connoisseur
gambarini began at the beginning.
 
Posts: 98
Karma: 22
Join Date: Mar 2010
Device: IRiver Story, Ipod Touch, Android SmartPhone
Quote:
Originally Posted by Starson17 View Post
AFAIK, you can't (at least not easily). You either build the entire set of feeds and associated articles, with parse_index (not merge) or you use the parsed feed/articles it builds, and modify the pages it fetches (by adding/allowing links or by using the multipage type method). Those are the three methods referred to above that I can think of.
Yes, my eng isn't so good...
I can print the article tuple in debug, and the feed that i have created seems correct,
so these are my next steps:
1°) create the epub with only this feed
2°) create all other feeds (it could be only a simple "append" of the standard tag "title", "link", "description", "date" and so on), using the same "parse_index" used for the step one, for add (not merge ) all others feed.

It is also a good solution, i think, for my previous (and not yet solved) problem with the "la_stampa" recipe (There is two or three feeds without the title for every article).
gambarini is offline