Update live
This commit is contained in:
parent
9d767cd500
commit
6827b60d4a
|
|
@ -44,6 +44,7 @@ public class Run {
|
||||||
Group group = groups.get(groups.size() - 1);
|
Group group = groups.get(groups.size() - 1);
|
||||||
String name = split[0];
|
String name = split[0];
|
||||||
String url = split[1].trim();
|
String url = split[1].trim();
|
||||||
|
if (url.startsWith("http://txtest")) url = url.replace("http://txtest", "http://121.51.249.6/txtest");
|
||||||
group.find(Channel.create().name(name).epg(name)).addUrls(url.split("#"));
|
group.find(Channel.create().name(name).epg(name)).addUrls(url.split("#"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue