Setting for Extract <title> as title option on individual watches (#229)

* Extract <title> as title option on individual items
This commit is contained in:
dgtlmoon
2021-09-19 22:57:15 +02:00
committed by GitHub
parent 6901fc493d
commit 25476bfcb2
6 changed files with 15 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ class ChangeDetectionStore:
'css_filter': "",
'trigger_text': [], # List of text or regex to wait for until a change is detected
'fetch_backend': None,
'extract_title_as_title': False
}
if path.isfile('changedetectionio/source.txt'):