mirror of
https://github.com/doms9/iptv.git
synced 2026-01-20 03:49:03 +01:00
update M3U8
This commit is contained in:
parent
2aa6ca852e
commit
176e826973
3 changed files with 961 additions and 529 deletions
744
M3U8/TV.m3u8
744
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
744
M3U8/events.m3u8
744
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -118,7 +118,7 @@ async def get_events(cached_keys: list[str]) -> list[dict[str, str]]:
|
|||
live = []
|
||||
|
||||
start_ts = now.delta(hours=-1).timestamp()
|
||||
end_ts = now.delta(minutes=5).timestamp()
|
||||
end_ts = now.delta(minutes=1).timestamp()
|
||||
|
||||
for k, v in events.items():
|
||||
if k in cached_keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue