update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-11 23:30:59 -05:00
parent de7966361c
commit 0323e71b61
7 changed files with 329 additions and 650 deletions

View file

@ -56,7 +56,7 @@ async def get_events(
now = Time.clean(Time.now())
start_dt = now.delta(hours=-1)
end_dt = now.delta(minutes=15)
end_dt = now.delta(minutes=10)
for category, streams in api_data["streams"].items():
if not streams: