- remove s2watch/sportzone

- edit domain for streamsgate
- edit caching period for timstreams
- re-add watchfooty
This commit is contained in:
doms9 2026-03-27 17:44:52 -04:00
parent c95382aeaf
commit 00000d91ee
5 changed files with 281 additions and 339 deletions

View file

@ -18,7 +18,7 @@ CACHE_FILE = Cache(TAG, exp=10_800)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
BASE_URL = "https://streamingon.org"
BASE_URL = "https://streamsgates.io"
SPORT_URLS = [
urljoin(BASE_URL, f"data/{sport}.json")