mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-15 04:26:14 +00:00
Auto extract html title as title (#102)
* Auto extract <title> as watch title, Minor refactor for html tooling
This commit is contained in:
@@ -128,4 +128,5 @@ class globalSettingsForm(Form):
|
||||
[validators.NumberRange(min=1)])
|
||||
|
||||
notification_urls = StringListField('Notification URL List')
|
||||
extract_title_as_title = BooleanField('Extract <title> from document and use as watch title')
|
||||
trigger_check = BooleanField('Send test notification on save')
|
||||
|
||||
Reference in New Issue
Block a user