Revert "Try to fix URLs for WM2018 streams"

This reverts commit 4116f5682ce59ae8fadf2048d93e5df11ab1cfda.
This commit is contained in:
Martin Müller 2018-07-30 14:56:47 +02:00
parent 6b2a8c0843
commit 0e05cedc8f

View File

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