diff --git a/configs/urlwatch.nix b/configs/urlwatch.nix index 85398bf..aabd415 100644 --- a/configs/urlwatch.nix +++ b/configs/urlwatch.nix @@ -25,6 +25,19 @@ let { element-by-class = "dlf-articledetail"; } + "html2text" + "strip" + ]; + } + { + name = "tellonym"; + navigate = "https://tellonym.me/fxght.or.flxght"; + filter = [ + { + element-by-id = "content"; + } + "html2text" + "strip" ]; } ]; @@ -56,16 +69,12 @@ let color = true; enabled = true; }; + text.footer = false; # telegram = { # enabled = false; # bot_token = lib.strings.fileContents ; # chat_id = [ "18980945" ]; # }; - # text = { - # details = true; - # footer = true; - # line_length = 75; - # }; }; }); in