mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
update M3U8
This commit is contained in:
parent
de8f765d95
commit
d46653cbf2
6 changed files with 60144 additions and 61381 deletions
978
M3U8/TV.m3u8
978
M3U8/TV.m3u8
File diff suppressed because it is too large
Load diff
978
M3U8/events.m3u8
978
M3U8/events.m3u8
File diff suppressed because it is too large
Load diff
|
|
@ -11,7 +11,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "OVOGOAL"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=19_800)
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
|
||||
BASE_URL = "https://ovogoal.plus"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "PAWA"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
|
||||
BASE_URL = "https://pawastreams.net/feed/"
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -59,7 +59,7 @@ async def refresh_api_cache(now: Time) -> list[dict[str, Any]]:
|
|||
for ev in data:
|
||||
ev["ts"] = ev.pop("timestamp")
|
||||
|
||||
data[-1]["timestamp"] = now.timestamp()
|
||||
data[-1]["timestamp"] = now.timestamp()
|
||||
|
||||
return data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue