mirror of
https://github.com/kmein/niveum
synced 2026-03-19 11:31:09 +01:00
fix(urlwatch): make tatort more readable
This commit is contained in:
@@ -25,7 +25,15 @@ let
|
|||||||
{
|
{
|
||||||
name = "Tatort";
|
name = "Tatort";
|
||||||
url = "https://www.daserste.de/unterhaltung/krimi/tatort/vorschau/index.html";
|
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";
|
name = "Kratylos";
|
||||||
|
|||||||
Reference in New Issue
Block a user