New feature - "Extract text" filter ability (#624)

This commit is contained in:
dgtlmoon
2022-06-06 16:57:50 +02:00
committed by GitHub
parent 62f14df3cb
commit 4101ae00c6
6 changed files with 160 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ class model(dict):
'notification_title': default_notification_title,
'notification_body': default_notification_body,
'notification_format': default_notification_format,
'css_filter': "",
'css_filter': '',
'extract_text': [], # Extract text by regex after filters
'subtractive_selectors': [],
'trigger_text': [], # List of text or regex to wait for until a change is detected
'fetch_backend': None,