Quote:
Originally Posted by gambarini
I have created the collection of articles, but i don't understand how merge this collection to the other parsed feed.
|
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.