update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-10 15:32:07 -04:00
parent b0f2a18ca3
commit e0f8ea5d50
4 changed files with 538 additions and 2674 deletions

View file

@ -131,8 +131,8 @@ async def get_events(cached_links: set[str]) -> list[dict[str, str]]:
):
return events
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=30)
start_dt = now.delta(hours=-3)
end_dt = now.delta(minutes=5)
date_ptrn = re.compile(r"\d{4}-\d{2}-\d{2}T\d{2}:\d{2}Z", re.I)