understatapi.parsers.match module¶
Match parser
- class understatapi.parsers.match.MatchParser[source]¶
Bases:
BaseParserParse a html page from a url of the form
https://understat.com/match/<match_id>- get_shot_data(html)[source]¶
Get shot level data for a match
- Parameters
html (
str) – The html string to parse- Return type
Dict[str,Any]