mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
update M3U8
This commit is contained in:
parent
00000d988a
commit
8eda5405f7
4 changed files with 784 additions and 1108 deletions
|
|
@ -11,9 +11,9 @@ log = get_logger(__name__)
|
|||
|
||||
urls: dict[str, dict[str, str | float]] = {}
|
||||
|
||||
TAG = "TOTALSPRTK"
|
||||
TAG = "TSPRTK"
|
||||
|
||||
CACHE_FILE = Cache("TSPRTK", exp=28_800)
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
|
||||
BASE_URL = "https://live3.totalsportek.fyi"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue