s/intranet2.crans.org/intranet.crans.org/

This commit is contained in:
Daniel STAN 2015-08-09 13:22:08 +02:00
parent 5f1a1b1397
commit 22511a52a7
7 changed files with 8 additions and 30 deletions

View file

@ -33,7 +33,7 @@ def get_channel_list():
try:
ch_name, ch_ip = a_line.split(":")
#url = unicode("udp://@%s:1234" % tv.dns.idn(unicode(ch_name, 'utf-8'), True), 'utf-8')
url = u"https://intranet2.crans.org/tv/%s.m3u" % unicode(ch_name, 'utf-8')
url = u"https://intranet.crans.org/tv/%s.m3u" % unicode(ch_name, 'utf-8')
d = {
"name": ch_name,
"url": url,