diff --git a/systems/makanek/urlwatch.nix b/systems/makanek/urlwatch.nix index 602fe8b..b682730 100644 --- a/systems/makanek/urlwatch.nix +++ b/systems/makanek/urlwatch.nix @@ -26,19 +26,6 @@ url = "http://lammla.info/index.php?reihe=30"; filter = ["html2text" "strip"]; } - { - name = "Tatort"; - url = "https://www.daserste.de/unterhaltung/krimi/tatort/vorschau/index.html"; - filter = [ - "html2text" - "strip" - { - shellpipe = '' - ${pkgs.gnused}/bin/sed 's/ / /g;s/))/&\n/g;s/ \+/ /g' - ''; - } - ]; - } { name = "Kratylos"; url = "https://kratylos.reichert-online.org/current_issue/KRATYLOS";