plumber

Plumber – a modern approach to plumbing
git clone git://r-36.net/plumber
Log | Files | Refs | LICENSE

commit 9ac9e87a4d62d53239180012addc4508c7d1c9c4
parent 0ab7d0d2a2d45f3a9c9de74523b71f7dff1600ec
Author: Ian Jones <ian@contractcoder.biz>
Date:   Mon, 24 Jan 2022 20:14:26 +0000

Small addition for videos with a time position.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
bin/plumber | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/plumber b/bin/plumber @@ -36,6 +36,7 @@ plumbrules = [ ["^http://ix.io/.*", "textwebopener '%s'"], ["^http(|s)://(|www\.)youtube.com/watch.*", "ytopener '%s'"], ["^http(|s)://(|www\.)youtube.com/embed/.*", "ytopener '%s'"], + ["^http(|s)://(|www\.)youtu.be/.*\?t=.*", "ytopener '%s'"], ["^http(|s)://(|www\.)yewtu.be/watch.*", "ytopener '%s'"], ["^http(|s)://(|www\.)yewtu.be/embed/.*", "ytopener '%s'"], ["^http(|s)://.*", "webopener '%s'"],