Base html parser
understatapi.parsers.base.
BaseParser
Bases: object
object
Parse a html document and extract relevant data
queries
parse
Finds a JSON in the HTML according to a query, and returns the object corresponding to this JSON.
html (str) – A html document
str
query (str) – A sub-string to look for in the html document
Dict[str, Any]
Dict
Any