mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
12.08k stars 983 forks source link

Downloading children images from booru #1698

Open MrSeyker opened 3 years ago

MrSeyker commented 3 years ago

Can gallery-dl detect when an image in a booru has childrens and scrape those? This is the booru in question, and one of the tags I was trying to download.

https://the-collection.booru.org/index.php?page=post&s=list&tags=honey_lemon

It downloads all the images that can be plainly seen using that tag, but if one of the image has childrens, those will not be parsed.

URL of an image with childrens: https://the-collection.booru.org/index.php?page=post&s=view&id=86568 URL of all the childrens: https://the-collection.booru.org/index.php?page=post&s=list&tags=parent:86568 URL of one of the children: https://the-collection.booru.org/index.php?page=post&s=view&id=86569

Can the process be done automatically, or do I have to input those special lists separately?

Hrxn commented 3 years ago

This is something that is definitely not implemented yet, as far as I know.. Let's consider this a feature request?