diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 12:54:47 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2014-01-16 12:54:47 +0100 |
commit | 4180d1af19bd603e588963b6a7178199a5693844 (patch) | |
tree | b844c2ec5ac89dcbd02105d299a646d5206ea799 | |
parent | 3dcf11b7df9828905f9b9aaa796253472ebd59d9 (diff) | |
download | dotfiles-4180d1af19bd603e588963b6a7178199a5693844.tar.gz dotfiles-4180d1af19bd603e588963b6a7178199a5693844.tar.bz2 dotfiles-4180d1af19bd603e588963b6a7178199a5693844.zip |
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.
-rw-r--r-- | .local/share/libquvi-scripts/lua/website/zdfmediathek.lua | 4 |
1 files changed, 0 insertions, 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) |