parse_scores
1 | parse_scores(html, season)
|
The xpath works like this:
1) Look for a Results id.
2) Go to the parent. I'm not specific here about what the parent should be like because it can be h2, h3, ...
3) Look for the next following sibling. Next because [1] is specified.
4) Get each cell of the table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.