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

fix(urlwatch): make tatort more readable

This commit is contained in:
2021-10-19 09:20:30 +02:00
parent ac54cd5eaf
commit e431e0bf03

View File

@@ -25,7 +25,15 @@ let
{
name = "Tatort";
url = "https://www.daserste.de/unterhaltung/krimi/tatort/vorschau/index.html";
filter = [ "html2text" "strip" ];
filter = [
"html2text"
"strip"
{
shellpipe = ''
${pkgs.gnused}/bin/sed 's/ / /g;s/))/&\n/g;s/ \+/ /g'
'';
}
];
}
{
name = "Kratylos";