update M3U8
This commit is contained in:
parent
de7966361c
commit
0323e71b61
7 changed files with 329 additions and 650 deletions
|
|
@ -162,8 +162,8 @@ async def get_events(
|
|||
events: list[dict[str, str]] = []
|
||||
|
||||
now = Time.clean(Time.now())
|
||||
start_dt = now.delta(minutes=-30)
|
||||
end_dt = now.delta(minutes=30)
|
||||
start_dt = now.delta(hours=-1)
|
||||
end_dt = now.delta(minutes=10)
|
||||
pattern = re.compile(r"\-+|\(")
|
||||
|
||||
for event in api_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue