From e47a9ce4bb862f3794065327e33daceb0a09f426 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Sat, 30 Oct 2010 13:18:13 +0300 Subject: support youtu.be URLs --- examples/webvi.conf | 4 ++++ examples/webvi.plugin.conf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'examples') diff --git a/examples/webvi.conf b/examples/webvi.conf index ac27c54..cf7638c 100644 --- a/examples/webvi.conf +++ b/examples/webvi.conf @@ -18,3 +18,7 @@ templatepath = /usr/local/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/examples/webvi.plugin.conf b/examples/webvi.plugin.conf index 02c2e1a..f8d0a96 100644 --- a/examples/webvi.plugin.conf +++ b/examples/webvi.plugin.conf @@ -5,3 +5,7 @@ templatepath = /usr/local/share/webvi/templates [www.youtube.com] stream-max-quality = 50 + +[youtu.be] + +stream-max-quality = 50 -- cgit v1.2.3