update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-05 22:30:37 -05:00
parent 00000d9673
commit 4bbdfc50ad
3 changed files with 887 additions and 1055 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -45,7 +45,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
events = []
start_dt = now.delta(hours=-2.5)
start_dt = now.delta(hours=-30)
end_dt = now.delta(minutes=30)
for stream_group in api_data: