Skip to content

Instantly share code, notes, and snippets.

@investic
Created August 9, 2010 17:33
Show Gist options
  • Save investic/515755 to your computer and use it in GitHub Desktop.
Save investic/515755 to your computer and use it in GitHub Desktop.
Consulta de dos o mas rss con el servicio de yahoo yql
select channel.title, channel.link, channel.item.title, channel.item.link, channel.item.description, channel.item.guid
from xml where url in( 'http://karlosgliberal.investic.net/blog/feed', 'http://miren.investic.net/blog/feed') and channel.item.title like "%post%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment