Yahoo Pipes how to truncate items per feed with multiple feeds
问题 I have a Yahoo Pipe where I bring in a number of feeds via an OPML file. Rather than using truncate to limit the resulting number of items that get exported, I want to limit the number of items on a per feed basis. So if I have 60 feeds I want the latest 20 items from each one, not the latest 20 from the combined feeds. 回答1: You can do this by creating 2 pipes: A pipe that fetches a feed (one of the 60), and truncates after 20 items Another that loops over feed URLs, and for each URL calls