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