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", )