Created
May 14, 2012 11:59
-
-
Save carlmw/2693576 to your computer and use it in GitHub Desktop.
YQL to retrieve a users upcoming events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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