update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-16 15:00:58 -04:00
parent 666ac9ed54
commit d3b4f1ee51
4 changed files with 2034 additions and 46 deletions

View file

@ -162,11 +162,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
log.info("Refreshing HTML cache")
tasks = [
refresh_html_cache(
url,
now.timestamp(),
)
for url in SPORT_URLS.values()
refresh_html_cache(url, now.timestamp()) for url in SPORT_URLS.values()
]
results = await asyncio.gather(*tasks)