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

@@ -45,6 +45,7 @@ class ChangeDetectionStore:
'base_url' : None,
'extract_title_as_title': False,
'fetch_backend': 'html_requests',
'global_ignore_text': [], # List of text to ignore when calculating the comparison checksum
'notification_urls': [], # Apprise URL list
# Custom notification content
'notification_title': None,