From 4180d1af19bd603e588963b6a7178199a5693844 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 16 Jan 2014 12:54:47 +0100 Subject: quvi/zdf: Remove smil quirk The user will not get this by default, since the comparision is more clever now. Let it reside in the format list, maybe its fixed someday. --- .local/share/libquvi-scripts/lua/website/zdfmediathek.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.local/share/libquvi-scripts/lua/website/zdfmediathek.lua b/.local/share/libquvi-scripts/lua/website/zdfmediathek.lua index 1cfc7c9..8d6f2fb 100644 --- a/.local/share/libquvi-scripts/lua/website/zdfmediathek.lua +++ b/.local/share/libquvi-scripts/lua/website/zdfmediathek.lua @@ -60,10 +60,6 @@ function ZDFmediathek.table_add_format(t, fmt) if fmt.url:match('http://www.metafilegenerator.de/') then return end - -- The livestream smil URL is not accessible (404) - if fmt.type == "h264_aac_mp4_rtmp_smil_http" then - return - end table.insert(t, fmt) -- cgit