Files
gallery-dl/gallery_dl
Mike Fährmann 55afd712d6 [pp] allow inheriting settings from global 'postprocessor' entries
No idea how to properly explain/document this, so here's an example:

The extractor.postprocessors object
gets its options from postprocessor.jl
and adds 'filename' itself.

{
    "extractor": {
        "postprocessors": {
            "type": "jl",
            "filename": "meta.jsonl"
        }
    },

    "postprocessor": {
        "jl": {
            "name": "metadata",
            "mode": "jsonl",
            "open": "a"
        }
    }
}
2024-11-16 21:16:13 +01:00
..
2024-11-03 21:25:45 +01:00
2021-10-13 04:07:41 +02:00
2023-12-18 23:57:22 +01:00
2024-10-01 20:28:30 +02:00