Danbooru Parent Folders #8188
Danbooru Parent Folders
#8188
-
|
I'd like to download an artist's entire gallery, but it's mostly comprised of little comics split into multiple images. Is it possible for me to separate them into their own folders based on the parent? |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Sep 9, 2025
Replies: 1 comment
-
{
"extractor": {
"danbooru": {
"directory": {
"parent_id" : ["{category}", "{parent_id}"],
"has_children": ["{category}", "{id}"],
"" : ["{category}"]
}
}
}
}This will put each comic with parent and child posts into the same directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
contemptawe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{ "extractor": { "danbooru": { "directory": { "parent_id" : ["{category}", "{parent_id}"], "has_children": ["{category}", "{id}"], "" : ["{category}"] } } } }This will put each comic with parent and child posts into the same directory.