update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-08 13:00:23 -04:00
parent c12a231049
commit 555070d70b
3 changed files with 250 additions and 178 deletions

View file

@ -13,9 +13,9 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "SPRTPASS"
CACHE_FILE = Cache(TAG, exp=28_800)
CACHE_FILE = Cache(TAG, exp=19_800)
BASE_URL = "https://streamseast.biz/"
BASE_URL = "https://streamseast.biz"
SPORT_URLS = {
sport: urljoin(BASE_URL, sport.lower())