update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-03 17:01:53 -05:00
parent a3ae6415d2
commit 2689c5500b
4 changed files with 937 additions and 1249 deletions

View file

@ -183,7 +183,7 @@ async def get_events(base_url: str, cached_keys: list[str]) -> list[dict[str, st
pattern = re.compile(r"\-+|\(")
start_dt = now.delta(hours=-1)
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=5)
for event in api_data: