Order by created time by default

This commit is contained in:
dgtlmoon
2023-04-08 11:29:22 +02:00
parent 9076ba6bd3
commit d96dbd4de8
3 changed files with 17 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ base_config = {
'body': None,
'check_unique_lines': False, # On change-detected, compare against all history if its something new
'check_count': 0,
'date_created': None,
'consecutive_filter_failures': 0, # Every time the CSS/xPath filter cannot be located, reset when all is fine.
'extract_text': [], # Extract text by regex after filters
'extract_title_as_title': False,