This commit is contained in:
doms9 2026-01-24 00:54:59 -05:00
parent a34778bb7b
commit 00000d9844

View file

@ -155,7 +155,7 @@ async def main() -> None:
log.info(f"Base + Events saved to {COMBINED_FILE.resolve()}") log.info(f"Base + Events saved to {COMBINED_FILE.resolve()}")
EVENTS_FILE.write_text( 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), + "\n".join(live_events),
encoding="utf-8", encoding="utf-8",
) )