summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-09-18 09:09:00 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-09-18 09:09:00 +0200
commit2d359cf77e39205ee2281b25837e93a43ddde486 (patch)
treebebccea66fe0032f262a7ed1313cc1e5ddc391ec /.local
parentf53d7ba9022fa669562b34aec5bd4cb4f305396a (diff)
downloaddotfiles-2d359cf77e39205ee2281b25837e93a43ddde486.tar.gz
dotfiles-2d359cf77e39205ee2281b25837e93a43ddde486.tar.bz2
dotfiles-2d359cf77e39205ee2281b25837e93a43ddde486.zip
ulmentv: Add the http live streaming url as a comment
May be integrated later.. Question: Would this end in more trouble if programs are not able not handle http live streaming (apple's m3u8)?
Diffstat (limited to '.local')
-rw-r--r--.local/share/libquvi-scripts/lua/website/ulmentv.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/share/libquvi-scripts/lua/website/ulmentv.lua b/.local/share/libquvi-scripts/lua/website/ulmentv.lua
index c66bc9b..491c54d 100644
--- a/.local/share/libquvi-scripts/lua/website/ulmentv.lua
+++ b/.local/share/libquvi-scripts/lua/website/ulmentv.lua
@@ -37,6 +37,7 @@ function parse(self)
self.id = c:match('<a href="#" data%-url="([^"]*)"')
or error("no match: request data url")
+ -- alternative: http://178.23.127.5:1935/vod/%id/playlist.m3u8
self.url = { "rtmp://178.23.127.5:1935/vod/" .. string.gsub(self.id, " ", "%%20") }
return self