[job] enable all 'parent-…' options for parent extractors by default

- parent-directory
- parent-metadata
- parent-session
- parent-skip

- add general 'parent' option
This commit is contained in:
Mike Fährmann
2026-01-27 11:14:05 +01:00
parent 250fbd3294
commit eaaa25b6e4
3 changed files with 36 additions and 21 deletions

View File

@@ -58,6 +58,7 @@
"keywords-eval" : false,
"keywords-global" : {},
"parent" : false,
"parent-directory": false,
"parent-metadata" : false,
"parent-session" : false,
@@ -307,6 +308,7 @@
"erome":
{
"user": {
"parent" : true,
"reposts": false
}
},
@@ -1023,9 +1025,8 @@
"chevereto":
{
"parent-metadata": true,
"parent-session" : true,
"password" : ""
"parent" : true,
"password": ""
},
"Danbooru":
@@ -1099,8 +1100,7 @@
"imagehost":
{
"parent-metadata": true,
"parent-session" : true
"parent": true
},
"mastodon":