diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 44ec3a00..cf13bfc9 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -398,7 +398,9 @@ Unavailable") }}
- {{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }} + {{ render_field(form.extract_text, rows=5, placeholder="/\d+ online/ + or +keyword") }}
  • Extracts text in the final output (line by line) after other filters using regular expressions or string match;