From 7289e4e193760c11830a768b95ae92ff03858d86 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 10 Sep 2024 12:32:07 +0200 Subject: [PATCH] Fix bad example --- changedetectionio/templates/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index c7ac3812..fa502eee 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -397,7 +397,7 @@ Unavailable") }}
- {{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }} + {{ render_field(form.extract_text, rows=5, placeholder="Example: /\d+ online/") }}
  • Extracts text in the final output (line by line) after other filters using regular expressions or string match;