Files
gallery-dl/gallery_dl
Mike Fährmann ed21908fda initial support for child extractor options
Using "parent-category>child-category" as extractor category in a config
file allows to set options for a child extractor when it was spawned by
that parent.

For example "reddit>gfycat" to set gfycat options for when it was found
in a reddit post.

{
    "extractor": {
        "gfycat": {
            "filename": "regular filename"
        },
        "reddit>gfycat": {
            "filename": "reddit-specific filename"
        }
    }
}

Note: This does currently not work for most imgur links due to how its
extractor hierarchy is structured.
2023-07-28 17:07:25 +02:00
..
2023-03-10 22:08:10 +01:00
2021-10-13 04:07:41 +02:00
2023-02-10 17:05:20 +01:00
2023-02-28 23:10:23 +01:00