mirror of
https://github.com/doms9/iptv.git
synced 2026-01-21 03:59:03 +01:00
e
higher refresh frequency for cdnlivetv misc. edits
This commit is contained in:
parent
45c6992ac9
commit
00000d97d8
2 changed files with 5 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "SPORT9"
|
||||
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
|
||||
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=5_400)
|
||||
|
||||
BASE_URL = "https://sport9.ru/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue