From a2290fd6f7b94cf23179146255277e1546772c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 8 Jul 2021 07:52:03 +0200 Subject: [PATCH] chore(urlwatch): move to makanek --- configs/urlwatch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/urlwatch.nix b/configs/urlwatch.nix index 5a7d7b2..0b92fa6 100644 --- a/configs/urlwatch.nix +++ b/configs/urlwatch.nix @@ -32,7 +32,7 @@ let url = "https://www.indogermanistik.org/aktuelles/nekrologe.html"; filter = [ { css = "[itemprop=articleBody]"; } - { shellPipe = ''${pkgs.gnused}/bin/sed 's!!!' ''; } "html2text" "strip" ];