Skip to content

Instantly share code, notes, and snippets.

@rotaris
Created April 5, 2011 05:25
Show Gist options
  • Select an option

  • Save rotaris/903084 to your computer and use it in GitHub Desktop.

Select an option

Save rotaris/903084 to your computer and use it in GitHub Desktop.
YQL query to get geographical information from Wikipedia
select * from html where url="http://en.wikipedia.org/wiki/Epping,_New_South_Wales" and
xpath='//table[@class="infobox geography vcard"]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment