update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-26 22:30:18 -04:00
parent 00000d988a
commit 8eda5405f7
4 changed files with 784 additions and 1108 deletions

View file

@ -11,9 +11,9 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {}
TAG = "TOTALSPRTK"
TAG = "TSPRTK"
CACHE_FILE = Cache("TSPRTK", exp=28_800)
CACHE_FILE = Cache(TAG, exp=28_800)
BASE_URL = "https://live3.totalsportek.fyi"