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
3c3cbdaa93
commit
ab89aaa123
4 changed files with 499 additions and 343 deletions
|
|
@ -12,11 +12,11 @@ log = get_logger(__name__)
|
|||
|
||||
urls: dict[str, dict[str, str | float]] = {}
|
||||
|
||||
TAG = "STRMBIZ"
|
||||
TAG = "SPRTSPASS"
|
||||
|
||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||
|
||||
BASE_URL = "https://streamseast.biz"
|
||||
BASE_URL = "https://streamseast.is"
|
||||
|
||||
SPORT_URLS = {
|
||||
sport: urljoin(BASE_URL, sport.lower())
|
||||
Loading…
Add table
Add a link
Reference in a new issue