mirror of
https://github.com/doms9/iptv.git
synced 2026-03-06 11:08:25 +01:00
update M3U8
This commit is contained in:
parent
00000d9673
commit
4bbdfc50ad
3 changed files with 887 additions and 1055 deletions
970
M3U8/TV.m3u8
970
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
970
M3U8/events.m3u8
970
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -45,7 +45,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
|
||||
events = []
|
||||
|
||||
start_dt = now.delta(hours=-2.5)
|
||||
start_dt = now.delta(hours=-30)
|
||||
end_dt = now.delta(minutes=30)
|
||||
|
||||
for stream_group in api_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue