outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
146 stars 64 forks source link

Provide values for toss decision where json doesn't have them #35

Closed dwillis closed 4 years ago

dwillis commented 4 years ago

The json for some matches (an example) do not have values for toss_decision. In these cases we'll probably need to fall back to scraping, since the match summary HTML does have that information.