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
9a49bf9674
commit
12aa30a1dc
3 changed files with 495 additions and 555 deletions
|
|
@ -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()}/mono.m3u8"
|
||||
return f"https://tvpass.org/live/{channel_name.strip()}/sd"
|
||||
|
||||
|
||||
async def get_events() -> list[dict[str, str]]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue