From 00000d98442c03f5d9730ebf4538316a9129182c Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sat, 24 Jan 2026 00:54:59 -0500 Subject: [PATCH] e --- M3U8/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M3U8/fetch.py b/M3U8/fetch.py index 2775b7a7..b901d9e8 100644 --- a/M3U8/fetch.py +++ b/M3U8/fetch.py @@ -155,7 +155,7 @@ async def main() -> None: log.info(f"Base + Events saved to {COMBINED_FILE.resolve()}") EVENTS_FILE.write_text( - '#EXTM3U url-tvg="https://raw.githubusercontent.com/doms9/iptv/refs/heads/default/EPG/TV.xml"\n' + '#EXTM3U url-tvg="https://raw.githubusercontent.com/doms9/iptv/refs/heads/default/M3U8/TV.xml"\n' + "\n".join(live_events), encoding="utf-8", )