Quote:
Originally Posted by mean_gene
Is there a way to process the feeds individually (within a loop maybe) or will the redundant code goof things up?
|
What do you mean by "process the feeds individually "? The code samples describe how feed parsing is done. There are two distinct ways that feeds are parsed, automatically for RSS feeds and parse_feeds. The code samples show how to mix, match and sort the articles from the parsed feed list if you need to do that.