outside-edge / python-espncricinfo

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

[BUG] get_comms_json not working #58

Open pdtmathieson opened 1 year ago

pdtmathieson commented 1 year ago

from espncricinfo.match import Match m = Match('1363448') match_json=m.get_comms_json() print(match_json)

I am not sure why this isn't working, this matchid produces results for all scorecard functions and there is comms for this match (https://www.espncricinfo.com/series/ireland-in-sri-lanka-2023-1363445/sri-lanka-vs-ireland-2nd-test-1363448/ball-by-ball-commentary)

Thanks

ct106 commented 9 months ago

any one working on a fix for this? would be good to get working again