update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-20 15:30:48 -04:00
parent f7fa191ce4
commit fa72e64ecf
6 changed files with 440 additions and 305 deletions

View file

@ -57,7 +57,10 @@ async def get_api_data() -> dict[str, dict[str, list[dict]]]:
tasks = [
(
sport,
network.request(urljoin(url, "api/v2/stateshot"), log=log),
network.request(
urljoin(url, "api/v2/stateshot"),
log=log,
),
)
for sport, url in API_URLS.items()
]