update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-13 12:01:04 -04:00
parent 52c043f99a
commit 89364c0c56
5 changed files with 331 additions and 415 deletions

View file

@ -10,7 +10,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "STRMCNTR"
CACHE_FILE = Cache(TAG, exp=86_400)
CACHE_FILE = Cache(TAG, exp=28_800)
API_URL = "https://backend.streamcenter.live/api/Parties"