mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
e
This commit is contained in:
parent
23d380d3fd
commit
00000d98d9
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ TAG = "STRMCNTR"
|
|||
|
||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||
|
||||
API_FILE = Cache(f"{TAG}-api", exp=28_800)
|
||||
API_FILE = Cache(f"{TAG}-api", exp=19_800)
|
||||
|
||||
BASE_URL = "https://backend.streamcenter.live/api/Parties"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ TAG = "STRMHUB"
|
|||
|
||||
CACHE_FILE = Cache(TAG, exp=10_800)
|
||||
|
||||
HTML_CACHE = Cache(f"{TAG}-html", exp=28_800)
|
||||
HTML_CACHE = Cache(f"{TAG}-html", exp=19_800)
|
||||
|
||||
BASE_URL = "https://livesports4u.net"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ async def process_event(url: str, url_num: int) -> str | None:
|
|||
|
||||
log.info(f"URL {url_num}) Captured M3U8")
|
||||
|
||||
return f"http://origin.thetvapp.to/hls/{channel_name.strip().upper()}/mono.m3u8"
|
||||
return f"http://origin.thetvapp.to/hls/{channel_name.strip()}/mono.m3u8"
|
||||
|
||||
|
||||
async def get_events() -> list[dict[str, str]]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue