summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/Reaktor/plugins.nix
diff options
context:
space:
mode:
authorMarkus Hihn <markus.hihn@dcso.de>2018-01-17 17:29:29 +0100
committerMarkus Hihn <markus.hihn@dcso.de>2018-01-17 17:29:29 +0100
commitbdd7a76f4d9128bf79ccd1d18ad14dcd70bbe278 (patch)
treea79ea0c78b93b043c1cc35442ef7fa2135709b84 /krebs/5pkgs/simple/Reaktor/plugins.nix
parent1062100c78b2710493869b41bdb80c91b0bf024f (diff)
parent661eae8fc80b94f727f4178dca67b990c6ddc984 (diff)
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'krebs/5pkgs/simple/Reaktor/plugins.nix')
-rw-r--r--krebs/5pkgs/simple/Reaktor/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/Reaktor/plugins.nix b/krebs/5pkgs/simple/Reaktor/plugins.nix
index 518e80d0..bcfcbf76 100644
--- a/krebs/5pkgs/simple/Reaktor/plugins.nix
+++ b/krebs/5pkgs/simple/Reaktor/plugins.nix
@@ -123,7 +123,7 @@ rec {
script = pkgs.writeDash "lambda-pl" ''
if [ "$#" -gt 0 ]; then
curl -SsL --max-time 5 "$1" |
- perl -l -0777 -ne 'print $1 if /<title.*?>\s*(.*?)(?: - youtube)?\s*<\/title/si'
+ perl -l -0777 -ne 'print $1 if /<title.*?>\s*(.*?)\s*<\/title/si'
fi
'';
});