diff --git a/configs/urlwatch.nix b/configs/urlwatch.nix index 59b8298..b4bd29b 100644 --- a/configs/urlwatch.nix +++ b/configs/urlwatch.nix @@ -22,6 +22,11 @@ let 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" ]; + } { name = "Kratylos"; url = "https://kratylos.reichert-online.org/current_issue/KRATYLOS";