summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:18:13 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2010-10-30 13:18:13 +0300
commite47a9ce4bb862f3794065327e33daceb0a09f426 (patch)
tree4f806342dcc771fc65d4ec824fa7ec1aabb56b42 /debian
parentba5a068ff93443ee3ec07f97cac0409b6977bfd0 (diff)
downloadvdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.gz
vdr-plugin-webvideo-e47a9ce4bb862f3794065327e33daceb0a09f426.tar.bz2
support youtu.be URLs
Diffstat (limited to 'debian')
-rw-r--r--debian/webvi.conf4
-rw-r--r--debian/webvi.plugin.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/webvi.conf b/debian/webvi.conf
index adc430e..d6810a4 100644
--- a/debian/webvi.conf
+++ b/debian/webvi.conf
@@ -18,3 +18,7 @@ templatepath = /usr/share/webvi/templates
# Limit the quality when streaming to make the playback smooth even if
# the network connection is slow.
stream-max-quality = 50
+
+[youtu.be]
+
+stream-max-quality = 50
diff --git a/debian/webvi.plugin.conf b/debian/webvi.plugin.conf
index c4f5072..7f89c06 100644
--- a/debian/webvi.plugin.conf
+++ b/debian/webvi.plugin.conf
@@ -5,3 +5,7 @@ templatepath = /usr/share/webvi/templates
[www.youtube.com]
stream-max-quality = 50
+
+[youtu.be]
+
+stream-max-quality = 50