update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-16 14:26:23 -04:00
parent 77acc0efdb
commit 666ac9ed54
3 changed files with 67 additions and 4460 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -164,10 +164,9 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
tasks = [
refresh_html_cache(
url,
sport,
now.timestamp(),
)
for sport, url in SPORT_URLS.items()
for url in SPORT_URLS.values()
]
results = await asyncio.gather(*tasks)