Automatically offer to track LD+JSON product price data (#1204)

This commit is contained in:
dgtlmoon
2022-12-08 17:47:22 +01:00
parent f7bb8a0afa
commit b58fd995b5
11 changed files with 289 additions and 14 deletions

View File

@@ -26,6 +26,8 @@ class model(dict):
'extract_title_as_title': False,
'fetch_backend': None,
'filter_failure_notification_send': strtobool(os.getenv('FILTER_FAILURE_NOTIFICATION_SEND_DEFAULT', 'True')),
'has_ldjson_price_data': None,
'track_ldjson_price_data': None,
'headers': {}, # Extra headers to send
'ignore_text': [], # List of text to ignore when calculating the comparison checksum
'include_filters': [],