update M3U8

This commit is contained in:
GitHub Actions Bot 2025-10-24 12:00:59 -04:00
parent 83d4bc0370
commit 13e96d7f8f
5 changed files with 349 additions and 149 deletions

View file

@ -15,7 +15,7 @@ urls: dict[str, dict[str, str | float]] = {}
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "streamed.json", exp=10_800)
HTML_CACHE = Cache(Path(__file__).parent / "caches" / "streamed_php.json", exp=86_400)
HTML_CACHE = Cache(Path(__file__).parent / "caches" / "streamed_php.json", exp=28_800)
BASE_URL = "https://streamed.site/webmaster.php"