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
b0f2a18ca3
commit
e0f8ea5d50
4 changed files with 538 additions and 2674 deletions
|
|
@ -131,8 +131,8 @@ async def get_events(cached_links: set[str]) -> list[dict[str, str]]:
|
|||
):
|
||||
return events
|
||||
|
||||
start_dt = now.delta(minutes=-30)
|
||||
end_dt = now.delta(minutes=30)
|
||||
start_dt = now.delta(hours=-3)
|
||||
end_dt = now.delta(minutes=5)
|
||||
|
||||
date_ptrn = re.compile(r"\d{4}-\d{2}-\d{2}T\d{2}:\d{2}Z", re.I)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue