From 77ddd1d02f50ff02f89c01f1d237bd4bd3ca9ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 1 Dec 2022 20:52:15 +0100 Subject: [PATCH] feat(urlwatch): remove tatort due to spam --- systems/makanek/urlwatch.nix | 13 ------------- 1 file changed, 13 deletions(-) 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";