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

@ -162,8 +162,8 @@ async def get_events(
events: list[dict[str, str]] = []
now = Time.clean(Time.now())
start_dt = now.delta(minutes=-30)
end_dt = now.delta(minutes=30)
start_dt = now.delta(hours=-1)
end_dt = now.delta(minutes=10)
pattern = re.compile(r"\-+|\(")
for event in api_data: