outside-edge / python-espncricinfo

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

Series name property #16

Closed Ehsan1997 closed 6 years ago

Ehsan1997 commented 6 years ago

To get the series name, you need to currently do this, Match(match_id).series[0]['series_name'], I think there should be a Match.series_name property instead.