update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-04 14:31:39 -04:00
parent 90c1ae772a
commit 7cff3caee4
4 changed files with 2134 additions and 958 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "LISTA" TAG = "LISTA"
CACHE_FILE = Cache(TAG, exp=19_800) CACHE_FILE = Cache(TAG, exp=28_800)
API_URL = "https://listapreta.site/sports-widget/events.php" API_URL = "https://listapreta.site/sports-widget/events.php"

View file

@ -11,7 +11,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "STP" TAG = "STP"
CACHE_FILE = Cache(TAG, exp=19_800) CACHE_FILE = Cache(TAG, exp=28_800)
API_URL = "https://streamtpnew.com/eventos.json" API_URL = "https://streamtpnew.com/eventos.json"