From 8c8d4066d7f5c191e1cf83277f96c7e21b937eda Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 7 Jun 2022 17:06:05 +0200 Subject: [PATCH] Shared watches - include "Extract text" filter --- changedetectionio/store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index 3f000b9f..9befd47a 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -287,7 +287,7 @@ class ChangeDetectionStore: 'body', 'method', 'ignore_text', 'css_filter', 'subtractive_selectors', 'trigger_text', - 'extract_title_as_title']: + 'extract_title_as_title', 'extract_text']: if res.get(k): apply_extras[k] = res[k]