- edit scraping method for webcast.py
- edit domain for totalsportek.py
This commit is contained in:
doms9 2026-04-09 19:29:20 -04:00
parent 3deb6a3f17
commit 00000d922b
3 changed files with 35 additions and 72 deletions

View file

@ -15,7 +15,7 @@ TAG = "TOTALSPRTK"
CACHE_FILE = Cache(TAG, exp=28_800)
BASE_URL = "https://live3.totalsportek.foo"
BASE_URL = "https://live3.totalsportek.fyi"
def fix_txt(s: str) -> str: