Download from Danbooru with parent or child or sibling posts #8106
-
|
Is there any way to download all siblings when downloading a file from danbooru? Here is example: https://danbooru.donmai.us/posts/9825079 It is a parent post with 4 child posts. Is it possible to download all 5 of them when downloading any one of them? My guess would be "no", because I didn't find anything in docs and also it is not obvious how to handle multiple levels of hierarchy, but I am still interested. Example of multiple levels, if someone needs it: https://danbooru.donmai.us/posts/9841758 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Would the |
Beta Was this translation helpful? Give feedback.
-
|
Oh, I didn't think of this. Thank you. It is not exactly what I had in mind, but I think I can work with this. |
Beta Was this translation helpful? Give feedback.
-
|
I ended up with this script to process backlog of links: It downloads files from links in to_download.txt (because I need to download them anyway) and writes to parents.txt links to download all files with same parents (if there is any parent). Then I will just copy parents.txt to the usual download list. It doesn't handle nested posts, but they are pretty rare and I can handle them by hand if needed. |
Beta Was this translation helpful? Give feedback.
Would the
parent:"tag" work for you?