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

chore(urlwatch): move to makanek

This commit is contained in:
2021-07-08 07:52:03 +02:00
parent be178dffc6
commit 1f971b2a74
3 changed files with 8 additions and 3 deletions

View File

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