Skip to content

Instantly share code, notes, and snippets.

@pamolloy
Created October 31, 2011 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pamolloy/1329216 to your computer and use it in GitHub Desktop.
Save pamolloy/1329216 to your computer and use it in GitHub Desktop.
A shortened output after crawling the official MLS Soccer Schedule
[
{
"date": "Friday, February 25, 2011",
"team1": "Columbus",
"team2": "Real Salt Lake",
"venue": "Columbus"
},
{
"date": "Tuesday, March 15, 2011",
"goals1": 0,
"goals2": 1,
"team1": "Seattle",
"team2": "Los Angeles",
"venue": "Qwest Field"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 4,
"goals2": 2,
"team1": "Vancouver",
"team2": "Toronto FC",
"venue": "Empire Field"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 3,
"goals2": 1,
"team1": "D.C. United",
"team2": "Columbus",
"venue": "RFK Stadium"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 1,
"goals2": 0,
"team1": "New York",
"team2": "Seattle",
"venue": "Red Bull Arena"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 1,
"goals2": 1,
"team1": "FC Dallas",
"team2": "Chicago",
"venue": "Pizza Hut Park"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 0,
"goals2": 1,
"team1": "Houston",
"team2": "Philadelphia",
"venue": "Robertson Stadium"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 3,
"goals2": 1,
"team1": "Colorado",
"team2": "Portland",
"venue": "Dick's Sporting Goods Park"
},
{
"date": "Saturday, March 19, 2011",
"goals1": 2,
"goals2": 3,
"team1": "Chivas USA",
"team2": "Sporting KC",
"venue": "The Home Depot Center"
},
.............................................
{
"date": "Thursday, November 3, 2011",
"goals1": 1,
"goals2": 0,
"team1": "Houston",
"team2": "Philadelphia",
"venue": "Robertson Stadium"
},
{
"date": "Thursday, November 3, 2011",
"goals1": 2,
"goals2": 1,
"team1": "Los Angeles",
"team2": "New York",
"venue": "The Home Depot Center"
},
{
"date": "Sunday, November 6, 2011",
"goals1": 0,
"goals2": 2,
"team1": "Sporting KC",
"team2": "Houston",
"venue": "Livestrong Sporting Park"
},
{
"date": "Sunday, November 6, 2011",
"goals1": 3,
"goals2": 1,
"team1": "Los Angeles",
"team2": "Real Salt Lake",
"venue": "The Home Depot Center"
},
{
"date": "Friday, November 11, 2011",
"hour": "3:00PM EST",
"team1": "France",
"team2": "USA",
"tv0": "ESPN2",
"tv1": "Univision",
"venue": "Paris, France"
},
{
"date": "Friday, November 11, 2011",
"hour": "6:00PM EST",
"team1": "St. Kitts and Nevis",
"team2": "Canada",
"venue": "Basseterre, Saint Kitts and Nevis"
},
{
"date": "Tuesday, November 15, 2011",
"hour": "12:00PM EST",
"team1": "Slovenia",
"team2": "USA",
"tv0": "ESPN2",
"tv1": "Galavision",
"venue": "Ljubljana, Slovenia"
},
{
"date": "Tuesday, November 15, 2011",
"hour": "7:00PM EST",
"team1": "Canada",
"team2": "St. Kitts and Nevis",
"tv0": "Rogers Sportsnet",
"venue": "Toronto, Ontario"
},
{
"date": "Sunday, November 20, 2011",
"hour": "9:00PM EST",
"team1": "Los Angeles",
"team2": "Houston",
"tv0": "ESPN",
"tv1": "Galavision",
"tv2": "TSN 2",
"venue": "MLS Cup - Los Angeles"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment