From c365f5f8b2c35554fec4d98b524b43091e0d1de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 14 Sep 2021 14:59:09 +0200 Subject: [PATCH] feat(urlwatch): watch tatort --- configs/urlwatch.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";