From 00000d9f2b5588979deb1824fa3c66f6bf14be34 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Sun, 17 Aug 2025 17:28:06 -0400 Subject: [PATCH] e --- M3U8/fetch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/M3U8/fetch.py b/M3U8/fetch.py index aaa281b..3271c00 100644 --- a/M3U8/fetch.py +++ b/M3U8/fetch.py @@ -69,7 +69,8 @@ def main() -> None: m3u8_file.write_text( '#EXTM3U url-tvg="https://raw.githubusercontent.com/doms9/iptv/refs/heads/default/EPG/TV.xml"\n' + "\n".join(base_m3u8) - + "\n".join(lines) + + "\n" + + "".join(lines) + "\n", encoding="utf-8", )