mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-23 01:13:25 +01:00
fix tvscript
This commit is contained in:
parent
ce500354a8
commit
e0cfbeecaa
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ print("JSON Updated")
|
||||||
text_file = open('./public/output/channels.m3u8', "w+")
|
text_file = open('./public/output/channels.m3u8', "w+")
|
||||||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||||
text_file.write(
|
text_file.write(
|
||||||
"#EXTM3U url-tvg=\"https://raw.githubusercontent.com/HelmerLuzo/TDTChannels_EPG/master/CanalesTDT_EPG.xml\"\n")
|
"#EXTM3U url-tvg=\"https://raw.githubusercontent.com/HelmerLuzo/TDTChannels_EPG/master/TDTChannels_EPG.xml\"\n")
|
||||||
text_file.write(spain.to_m3u8())
|
text_file.write(spain.to_m3u8())
|
||||||
text_file.write(international.to_m3u8())
|
text_file.write(international.to_m3u8())
|
||||||
text_file.write(andorra.to_m3u8())
|
text_file.write(andorra.to_m3u8())
|
||||||
|
@ -187,7 +187,7 @@ print("M3U8 Updated")
|
||||||
text_file = open('./public/output/channels.m3u', "w+")
|
text_file = open('./public/output/channels.m3u', "w+")
|
||||||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||||
text_file.write(
|
text_file.write(
|
||||||
"#EXTM3U url-tvg=\"https://raw.githubusercontent.com/HelmerLuzo/TDTChannels_EPG/master/CanalesTDT_EPG.xml\"\n")
|
"#EXTM3U url-tvg=\"https://raw.githubusercontent.com/HelmerLuzo/TDTChannels_EPG/master/TDTChannels_EPG.xml\"\n")
|
||||||
text_file.write(spain.to_m3u8())
|
text_file.write(spain.to_m3u8())
|
||||||
text_file.write(international.to_m3u8())
|
text_file.write(international.to_m3u8())
|
||||||
text_file.write(andorra.to_m3u8())
|
text_file.write(andorra.to_m3u8())
|
||||||
|
|
Loading…
Reference in a new issue