From 00000d928b295e313cd3fec5a6e7c0ec563ec062 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:13:47 -0400 Subject: [PATCH] e --- M3U8/scrapers/strmfree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M3U8/scrapers/strmfree.py b/M3U8/scrapers/strmfree.py index 27623d7..d2d915e 100644 --- a/M3U8/scrapers/strmfree.py +++ b/M3U8/scrapers/strmfree.py @@ -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)