enable 'metadata-url/-path/-parent/-extractor]' by default
assign values to "private" keys to not have them appear in the standard JSON output, while still making it easier to access them
This commit is contained in:
@@ -71,11 +71,11 @@
|
||||
"path-convert" : null,
|
||||
"path-extended": true,
|
||||
|
||||
"metadata-extractor": null,
|
||||
"metadata-extractor": "_extr",
|
||||
"metadata-parent" : "_parent",
|
||||
"metadata-path" : "_path",
|
||||
"metadata-url" : "_url",
|
||||
"metadata-http" : null,
|
||||
"metadata-parent" : null,
|
||||
"metadata-path" : null,
|
||||
"metadata-url" : null,
|
||||
"metadata-version" : null,
|
||||
|
||||
"sleep" : 0,
|
||||
|
||||
Reference in New Issue
Block a user