Skip to content

Instantly share code, notes, and snippets.

@carlmw
Created May 14, 2012 11:59
Show Gist options
  • Save carlmw/2693576 to your computer and use it in GitHub Desktop.
Save carlmw/2693576 to your computer and use it in GitHub Desktop.
YQL to retrieve a users upcoming events
select * from html where url="http://lanyrd.com/people/carlmw/" and xpath="//h2[contains(.,' attending')]/following-sibling::*[1]/ol/li"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment