diff --git a/systems/makanek/urlwatch.nix b/systems/makanek/urlwatch.nix index 232eec0..1fecc77 100644 --- a/systems/makanek/urlwatch.nix +++ b/systems/makanek/urlwatch.nix @@ -46,6 +46,11 @@ url = "https://lisalittmann.de/"; filter = [{element-by-id = "main";} "html2text" "strip"]; } + { + name = "Tatort: Fälle"; + url = "https://www.daserste.de/unterhaltung/krimi/tatort/sendung/index.html"; + filter = [{element-by-class = "linklist";} "html2text" "strip"]; + } { name = "Lisa Littmann: Projects"; url = "https://lisalittmann.de/projects/";