mirror of
https://github.com/doms9/iptv.git
synced 2026-06-13 12:26:26 +02:00
update M3U8
This commit is contained in:
parent
c12a231049
commit
555070d70b
3 changed files with 250 additions and 178 deletions
|
|
@ -13,9 +13,9 @@ urls: dict[str, dict[str, str | float]] = {}
|
|||
|
||||
TAG = "SPRTPASS"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=28_800)
|
||||
CACHE_FILE = Cache(TAG, exp=19_800)
|
||||
|
||||
BASE_URL = "https://streamseast.biz/"
|
||||
BASE_URL = "https://streamseast.biz"
|
||||
|
||||
SPORT_URLS = {
|
||||
sport: urljoin(BASE_URL, sport.lower())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue