Skip to content

Commit

Permalink
Añadidas emisoras de Andorra (LaQuay#146)
Browse files Browse the repository at this point in the history
* Añadidas emisoras de Andorra
  • Loading branch information
HelmerLuzo authored and LaQuay committed Apr 19, 2019
1 parent ff101c2 commit 69b005c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/radio_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
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")

Expand All @@ -175,6 +176,7 @@
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")

Expand All @@ -183,5 +185,6 @@
# 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")

0 comments on commit 69b005c

Please sign in to comment.