update M3U8

This commit is contained in:
GitHub Actions Bot 2026-01-15 14:32:37 -05:00
parent 2aa6ca852e
commit 176e826973
3 changed files with 961 additions and 529 deletions

View file

@ -118,7 +118,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
live = []
start_ts = now.delta(hours=-1).timestamp()
end_ts = now.delta(minutes=5).timestamp()
end_ts = now.delta(minutes=1).timestamp()
for k, v in events.items():
if k in cached_keys: