Adding global ignore text (#339)

This commit is contained in:
dgtlmoon
2022-01-01 14:53:08 +01:00
committed by GitHub
parent 735fc2ac8e
commit 0439acacbe
6 changed files with 108 additions and 4 deletions

View File

@@ -258,3 +258,4 @@ class globalSettingsForm(commonSettingsForm):
[validators.NumberRange(min=1)])
extract_title_as_title = BooleanField('Extract <title> from document and use as watch title')
base_url = StringField('Base URL', validators=[validators.Optional()])
global_ignore_text = StringListField('Ignore Text', [ValidateListRegex()])