This commit is contained in:
doms9 2025-10-10 17:14:32 -04:00
parent c090e6d0be
commit 00000d922c
6 changed files with 417 additions and 7 deletions

View file

@ -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,