- edit domain for cdnlivetv.py
- edit scraping for streamsgate.py
This commit is contained in:
doms9 2026-04-10 22:24:03 -04:00
parent a16a34ff4c
commit 00000d9b90
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ CACHE_FILE = Cache(TAG, exp=10_800)
API_FILE = Cache(f"{TAG}-api", exp=19_800)
API_URL = "https://api.cdn-live.tv"
API_URL = "https://api.cdnlivetv.tv"
async def get_events(cached_keys: list[str]) -> list[dict[str, str]]: