mirror of
https://github.com/LaQuay/TDTChannels.git
synced 2024-11-22 17:03:24 +01:00
parent
ff101c2226
commit
69b005cdb5
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,7 @@ text_file.write("#EXTM3U" + "\n")
|
|||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||
text_file.write(spain.to_m3u8())
|
||||
text_file.write(international.to_m3u8())
|
||||
text_file.write(andorra.to_m3u8())
|
||||
text_file.close()
|
||||
print("M3U8 Updated")
|
||||
|
||||
|
@ -175,6 +176,7 @@ text_file.write("#EXTM3U" + "\n")
|
|||
text_file.write("# @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||
text_file.write(spain.to_m3u8())
|
||||
text_file.write(international.to_m3u8())
|
||||
text_file.write(andorra.to_m3u8())
|
||||
text_file.close()
|
||||
print("M3U Updated")
|
||||
|
||||
|
@ -183,5 +185,6 @@ print("M3U Updated")
|
|||
# text_file.write("#NAME @LaQuay https://github.com/LaQuay/TDTChannels" + "\n")
|
||||
# text_file.write(spain.to_enigma2())
|
||||
# text_file.write(international.to_enigma2())
|
||||
# text_file.write(andorra.to_enigma2(()
|
||||
# text_file.close()
|
||||
# print("ENIGMA2 Updated")
|
||||
|
|
Loading…
Reference in a new issue