mirror of
https://github.com/doms9/iptv.git
synced 2026-03-11 11:57:38 +01:00
update M3U8
This commit is contained in:
parent
a3ae6415d2
commit
2689c5500b
4 changed files with 937 additions and 1249 deletions
|
|
@ -183,7 +183,7 @@ async def get_events(base_url: str, cached_keys: list[str]) -> list[dict[str, st
|
|||
|
||||
pattern = re.compile(r"\-+|\(")
|
||||
|
||||
start_dt = now.delta(hours=-1)
|
||||
start_dt = now.delta(minutes=-30)
|
||||
end_dt = now.delta(minutes=5)
|
||||
|
||||
for event in api_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue