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)