This commit is contained in:
doms9 2025-11-01 12:13:47 -04:00
parent a7c63f8b57
commit 00000d928b

View file

@ -11,7 +11,7 @@ log = get_logger(__name__)
urls: dict[str, dict[str, str | float]] = {}
API_FILE = Cache(Path(__file__).parent / "caches" / "strmfree_api.json", exp=86_400)
API_FILE = Cache(Path(__file__).parent / "caches" / "strmfree_api.json", exp=28_800)
CACHE_FILE = Cache(Path(__file__).parent / "caches" / "strmfree.json", exp=10_800)