e
This commit is contained in:
parent
e78b3f4c44
commit
00000d9f2b
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ def main() -> None:
|
||||||
m3u8_file.write_text(
|
m3u8_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/EPG/TV.xml"\n'
|
||||||
+ "\n".join(base_m3u8)
|
+ "\n".join(base_m3u8)
|
||||||
+ "\n".join(lines)
|
+ "\n"
|
||||||
|
+ "".join(lines)
|
||||||
+ "\n",
|
+ "\n",
|
||||||
encoding="utf-8",
|
encoding="utf-8",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue