Created
April 5, 2011 05:25
-
-
Save rotaris/903084 to your computer and use it in GitHub Desktop.
YQL query to get geographical information from Wikipedia
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://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