update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-06 16:30:15 -04:00
parent 9a49bf9674
commit 12aa30a1dc
3 changed files with 495 additions and 555 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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]]: