Try to fix URLs for WM2018 streams

This commit is contained in:
Martin Müller 2018-06-20 16:24:20 +02:00
parent 834966bbe8
commit 4116f5682c

View File

@ -265,8 +265,8 @@ function killAllAudio() {
function wm2018(channel) { function wm2018(channel) {
if (channel === "ard") { if (channel === "ard") {
ajaxRequest("/?video="+encodeURI("https://www.ardmediathek.de/tv/live?kanal=208")); ajaxRequest("/?video=https://www.ardmediathek.de/tv/live?kanal=208");
} else if (channel === "zdf") { } else if (channel === "zdf") {
ajaxRequest("/?video="+encodeURI("https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html")); ajaxRequest("/?video=https://www.zdf.de/sender/zdf/zdf-live-beitrag-100.html");
} }
} }