update M3U8

This commit is contained in:
GitHub Actions Bot 2026-06-10 17:01:00 -04:00
parent 00000d900c
commit 3dbf6715d3
5 changed files with 2378 additions and 488 deletions

View file

@ -47,7 +47,7 @@ async def process_event(channel_id: str, url_num: int) -> tuple[str | None, str
log.info(f"URL {url_num}) Captured M3U8")
return (
m3u8.replace(urlsplit(m3u8).netloc, "kolis.phantemlis.top"),
m3u8, # .replace(urlsplit(m3u8).netloc, "kolis.phantemlis.top"),
ref_url,
)