outside-edge / python-espncricinfo

Python wrapper for the ESPNCricInfo JSON API
MIT License
144 stars 65 forks source link

Detect reduction in number of overs #30

Closed nayangarg closed 4 years ago

nayangarg commented 5 years ago

The json returned for ball by ball commentary isn't properly managed. The ballLimit field should reduce when a stoppage occurs. But in most of the matches, even the first ball of an interrupted innings shows a reduced ballLimit.

dwillis commented 4 years ago

Agree this is an issue, but as it stems from the data provider, I don't think there is much we can do about it.