update M3U8

This commit is contained in:
GitHub Actions Bot 2025-11-13 20:31:43 -05:00
parent ff7474398e
commit 8ba5161466
4 changed files with 770 additions and 482 deletions

View file

@ -12,7 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
CACHE_FILE = Cache("streamfree.json", exp=10_800)
API_FILE = Cache("streamfree-api.json", exp=28_800)
API_FILE = Cache("streamfree-api.json", exp=19_800)
BASE_URL = "https://streamfree.to"