1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(urlwatch): no footer, tellonym

This commit is contained in:
2020-11-17 14:06:13 +01:00
parent 0e7652ff46
commit 1d7a432bec

View File

@@ -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 <system-secrets/telegram/kmein.token>;
# chat_id = [ "18980945" ];
# };
# text = {
# details = true;
# footer = true;
# line_length = 75;
# };
};
});
in