Aggregates items in RSS feeds listed in an OPML file, prefixing each item with the title of its source feed. The aggregated feed is then sorted by pubDate and truncated. Leave 2nd field blank to aggregate all items.
Aggregates feeds in an OPML file into a master pipe, where all items from RSS or Atom feeds are sorted correctly by date. This is accomplished by creating canonical date attributes using Rename and Regex.
extract items from OPML - recurse into "folders" but do not list the folders themselves. First, list the flat items by filtering on item.type, then, add the child items by using "sub-element" Added optional filter on "folder name" for a more selective list of items.
Will fetch an OPML and convert it to RSS so that it may be possibly fed to another pipe module.
OPML "outline" maps to RSS "item", "@xmlUrl" to "link", "title" to "title" and "text" to "description".
Retrieves OPML entries, 3 items per feed, [source] prepended to title, filter dups, sort most recent first, truncate to the first 20. 3 items per feed prevents the most active sources from dominating the output
Aggregates feeds in an OPML file into a master pipe, where all items from RSS or Atom feeds are sorted correctly by date. This is accomplished by creating canonical date attributes using Rename and Regex.
(This is a clone of http://pipes.yahoo.com/pipes/pipe.info?_id=wGp8K2ze2xGAIubVX0sBXw)
This pipe looks for posts which appear in more than one of the feeds in your OPML. You can set the level (just like Hot Links) to only show posts that have appeared in 2, 3, 4 or more individual feeds. Make an OPML of all your friend's shared item feeds for maximum fun!