Añadidas emisoras de Andorra (#146)

* Añadidas emisoras de Andorra
This commit is contained in:
HelmerLuzo 2019-04-19 12:10:47 +02:00 committed by Marc Vila
parent ff101c2226
commit 69b005cdb5
1 changed files with 3 additions and 0 deletions

View File

@ -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")