add pawa.py
edit cache duration for istreameast
This commit is contained in:
doms9 2026-01-04 03:24:12 -05:00
parent 7506dd5366
commit 00000d9128
5 changed files with 175 additions and 2 deletions

View file

@ -12,7 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "iSTRMEAST"
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=3_600)
CACHE_FILE = Cache(f"{TAG.lower()}.json", exp=10_800)
BASE_URL = "https://istreameast.app"