update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-10 13:30:49 -04:00
parent 27fca0ba76
commit 1d6414c907
5 changed files with 3233 additions and 2615 deletions

View file

@ -52,7 +52,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
{
"sport": sport,
"event": name,
"link": urljoin(BASE_URL, href),
"link": urljoin(f"{html_data.url}", href),
}
)