I am using Yahoo Pipes API to create an application where i am picking up feeds from different websites. These feeds initially were the main rss feed of the blog. However, i need to take only those feeds which are a part of category.
So suppose there is a site mysitename.com with rss feeds at http://www.mysitename.ccom/rss.xml This site has categories like
Nation/World
sports
politics
LocaL
health
specials
spotlight
weather
Now i wish to get the RSS for these particular tags only.
First i was looking for some way to use Yahoo Pipe API filter to get the feeds with only these tags/categories, but yahoo pipes filter only support filtering with authorname, title, content but not tags or categories.
My questions are:
- Is it possible to filter these feeds in Yahoo Pipes API using some other operator?
- Also, if this is not possible, i may wish to simply add urls like mysitename.com/tag1 but i could not find feeds here in this CMS (Drupal) for a particular tag. I would like to know how that can be grabbed.
Thank You