higher refresh frequency for cdnlivetv
misc. edits
This commit is contained in:
doms9 2025-12-26 13:51:54 -05:00
parent 45c6992ac9
commit 00000d97d8
2 changed files with 5 additions and 3 deletions

View file

@ -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/"