Skip to content

Instantly share code, notes, and snippets.

@fuho
Created August 23, 2013 21:22
Show Gist options
  • Save fuho/6324171 to your computer and use it in GitHub Desktop.
Save fuho/6324171 to your computer and use it in GitHub Desktop.
Scraper ;)
for COUNTRY in $(curl http://edg3.co.uk/snippets/weather-location-codes/ | grep -Po '(/snippets/[^"\.]+[^"\.])'); do curl "http://edg3.co.uk$COUNTRY" | grep -Pzo "(?<=<pre>)[^<]+"; done > zones.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment