Skip to content

Category-specific Postprocessor Options? #6575

Answered by mikf
nucspl asked this question in Q&A
Discussion options

You must be logged in to vote

v1.28.0 added the ability to inherit options from global postprocessor settings (55afd71), which would be quite useful here:

{
    "extractor": {
        "pixiv": {
            "postprocessors": {
                "type": "manifest",
                "#": "<pixiv-specific metadata pp options>"
            }

        }
    },
    "postprocessor": {
        "manifest": {
            "#": "<general metadata pp options>",
            "name": "metadata"
        }
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nucspl
Comment options

Answer selected by nucspl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants