Looks like ESPN changed up their layout again for MLB scoreboard pages. Instead of putting the scoreboard JSON data in an HTML attribute, now it's hiding inside JS code inline on the page. Although slightly gross, this new code extracts the JSON using a regular expression. All tests are passing for me.
Looks like ESPN changed up their layout again for MLB scoreboard pages. Instead of putting the scoreboard JSON data in an HTML attribute, now it's hiding inside JS code inline on the page. Although slightly gross, this new code extracts the JSON using a regular expression. All tests are passing for me.