Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created June 3, 2009 17:38
Show Gist options
  • Save slackorama/123118 to your computer and use it in GitHub Desktop.
Save slackorama/123118 to your computer and use it in GitHub Desktop.
yql example to grab certain authors from feed
select *
from rss
where url = 'http://www.skineart.com/feed'
and creator in ('BoboMonkey',
'Joseph R Tomlinson');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment