update M3U8

This commit is contained in:
GitHub Actions Bot 2026-03-03 13:04:13 -05:00
parent 2c24b41c0b
commit eaceb88585
3 changed files with 1791 additions and 855 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -83,7 +83,7 @@ async def process_event(
if (match := event_id_pattern.search(href)) and (
event_id := match[1]
).isalnum():
event_url = f"https://emb.apl392.me/player/live.php?id={event_id}"
event_url = f"https://aliez.tv/player/live.php?id={event_id}"
else:
event_url = href if href.startswith("http") else f"https:{href}"