Skip to content

Instantly share code, notes, and snippets.

@oslego
Created December 14, 2010 14:26
Show Gist options
  • Select an option

  • Save oslego/740493 to your computer and use it in GitHub Desktop.

Select an option

Save oslego/740493 to your computer and use it in GitHub Desktop.
Using YQL to get titles and tracks filtered by a search term
select channel.item.enclosure.url, channel.item.title from xml where url='http://www.vibefm.ro/podcast.xml' and channel.item.title like "%Corral%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment