From 00000d9eb5dbe15ab006d753570e8f449ad9b4d6 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sat, 24 Jan 2026 13:28:55 -0500 Subject: [PATCH] e --- M3U8/scrapers/watchfooty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M3U8/scrapers/watchfooty.py b/M3U8/scrapers/watchfooty.py index 2c18682a..1b8b0448 100644 --- a/M3U8/scrapers/watchfooty.py +++ b/M3U8/scrapers/watchfooty.py @@ -17,7 +17,7 @@ TAG = "WATCHFTY" CACHE_FILE = Cache(TAG, exp=10_800) -API_FILE = Cache(f"{TAG}-api.json", exp=19_800) +API_FILE = Cache(f"{TAG}-api", exp=19_800) API_URL = "https://api.watchfooty.st"