Created
July 9, 2013 02:26
-
-
Save hunt3r/5954217 to your computer and use it in GitHub Desktop.
Just wrote this Whistler mountain bike trails scraper
This file contains 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
{ | |
"status": { | |
"id": 0, | |
"name": "Open" | |
}, | |
"name": "Captain Safety", | |
"level": { | |
"difficulty": "Most Difficult", | |
"id": 3, | |
"name": "Double Black Diamond" | |
} | |
}, | |
{ | |
"status": { | |
"id": 0, | |
"name": "Open" | |
}, | |
"name": "No Duff", | |
"level": { | |
"difficulty": "Most Difficult", | |
"id": 3, | |
"name": "Double Black Diamond" | |
} | |
}, | |
{ | |
"status": { | |
"id": 0, | |
"name": "Open" | |
}, | |
"name": "D1 ", | |
"level": { | |
"difficulty": "Closed", | |
"id": 4, | |
"name": "Closed" | |
} | |
}, | |
{ | |
"status": { | |
"id": 0, | |
"name": "Open" | |
}, | |
"name": "Dealer?s Choice", | |
"level": { | |
"difficulty": "Difficult", | |
"id": 2, | |
"name": "Black Diamond" | |
} | |
}, | |
{ | |
"status": { | |
"id": 0, | |
"name": "Open" | |
}, | |
"name": "Mackenzie River", | |
"level": { | |
"difficulty": "Difficult", | |
"id": 2, | |
"name": "Black Diamond" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment