mirror of
https://github.com/doms9/iptv.git
synced 2026-06-14 12:36:27 +02:00
update M3U8
This commit is contained in:
parent
0e259c7b08
commit
2ca9a8cbcd
4 changed files with 701 additions and 629 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue