mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
add pawa.py edit cache duration for istreameast
This commit is contained in:
parent
7506dd5366
commit
00000d9128
5 changed files with 175 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "iSTRMEAST"
|
||||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
|
||||
|
||||
BASE_URL = "https://istreameast.app"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue