mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
update M3U8
This commit is contained in:
parent
2aa6ca852e
commit
176e826973
3 changed files with 961 additions and 529 deletions
742
M3U8/TV.m3u8
742
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
742
M3U8/events.m3u8
742
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 = []
|
live = []
|
||||||
|
|
||||||
start_ts = now.delta(hours=-1).timestamp()
|
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():
|
for k, v in events.items():
|
||||||
if k in cached_keys:
|
if k in cached_keys:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue