e
This commit is contained in:
parent
c090e6d0be
commit
00000d922c
6 changed files with 417 additions and 7 deletions
|
|
@ -110,7 +110,7 @@ async def refresh_html_cache(client: httpx.AsyncClient, url: str) -> dict[str, s
|
|||
if not (m := re.search(r"openPlayerPopup\(\s*(\d+)\s*\)", onclick)):
|
||||
continue
|
||||
|
||||
key = f"[{sport}] {event} (STRMD)"
|
||||
key = f"[{sport}] {event} (STRMED)"
|
||||
|
||||
events[key] = {
|
||||
"sport": sport,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue