mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-26 10:49:13 +01:00
parent
23c0a7d1dd
commit
19032af970
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,7 @@ text_file.write("#EXTM3U" + "\n")
|
||||||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\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.close()
|
text_file.close()
|
||||||
print("M3U8 Updated")
|
print("M3U8 Updated")
|
||||||
|
|
||||||
|
@ -187,6 +188,7 @@ text_file.write("#EXTM3U" + "\n")
|
||||||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\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.close()
|
text_file.close()
|
||||||
print("M3U Updated")
|
print("M3U Updated")
|
||||||
|
|
||||||
|
@ -195,5 +197,6 @@ text_file = open('./public/output/userbouquet.tdtchannels.tv', "w+")
|
||||||
text_file.write("#NAME @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
text_file.write("#NAME @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||||
text_file.write(spain.to_enigma2())
|
text_file.write(spain.to_enigma2())
|
||||||
text_file.write(international.to_enigma2())
|
text_file.write(international.to_enigma2())
|
||||||
|
text_file.write(andorra.to_enigma2())
|
||||||
text_file.close()
|
text_file.close()
|
||||||
print("ENIGMA2 Updated")
|
print("ENIGMA2 Updated")
|
||||||
|
|
Loading…
Reference in a new issue