1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore(urlwatch): move to makanek

This commit is contained in:
2021-07-08 07:52:03 +02:00
parent bc2d4fb005
commit a2290fd6f7

View File

@@ -32,7 +32,7 @@ let
url = "https://www.indogermanistik.org/aktuelles/nekrologe.html";
filter = [
{ css = "[itemprop=articleBody]"; }
{ shellPipe = ''${pkgs.gnused}/bin/sed 's!<span id="cloak.*</script>!!' ''; }
{ shellpipe = ''${pkgs.gnused}/bin/sed 's!<span id="cloak.*</script>!!' ''; }
"html2text"
"strip"
];