- remove mirror for totalsportek.py
- re-add xstreameast.py
- edit caching for livetvsx.py
This commit is contained in:
doms9 2026-04-26 22:20:31 -04:00
parent 7a28225845
commit 00000d988a
4 changed files with 231 additions and 83 deletions

View file

@ -12,7 +12,7 @@ urls: dict[str, dict[str, str | float]] = {}
TAG = "LTVSX"
CACHE_FILE = Cache(TAG, exp=10_800)
CACHE_FILE = Cache(TAG, exp=3_600)
BASE_URL = "https://livetv.sx"