mirror of
https://github.com/doms9/iptv.git
synced 2026-03-07 11:18:25 +01:00
update M3U8
This commit is contained in:
parent
2c24b41c0b
commit
eaceb88585
3 changed files with 1791 additions and 855 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue