update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-10 16:51:46 -04:00
parent 0e259c7b08
commit 2ca9a8cbcd
4 changed files with 701 additions and 629 deletions

View file

@ -109,7 +109,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
if (event_league := event["league"]) == "channel tv":
continue
event_dt = Time.from_str(event["when_et"], timezone="ET")
event_dt = Time.from_ts(event["ts_et"])
if not start_dt <= event_dt <= end_dt:
continue