mirror of
https://github.com/doms9/iptv.git
synced 2026-04-24 20:16:59 +02:00
e
- edit scraping method for webcast.py - edit domain for totalsportek.py
This commit is contained in:
parent
3deb6a3f17
commit
00000d922b
3 changed files with 35 additions and 72 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue