update M3U8

This commit is contained in:
GitHub Actions Bot 2025-12-05 13:34:37 -05:00
parent 420e971945
commit 9581d3427d
5 changed files with 1361 additions and 670 deletions

View file

@ -86,7 +86,7 @@ async def get_events(
if not (name and category_id and iframe and event_time):
continue
event_dt = Time.from_str(event_time, timezone="UTC")
event_dt = Time.from_str(event_time, timezone="CET")
if not start_dt <= event_dt <= end_dt:
continue