Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gphg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, in Danbooru. I want to download "specific tag" and "ordered by score" (
order:score
) and limited by specific time (free, example:age:0mo..1mo
for up to a month), how to download lets say up to 500 entries. How to do so?Normally, what I've been doing: I have to download the gallery JSON data, do some filter, then only select 500 top most. Finally, compile it into a list of links then past it to
gallery-dl
. This is a lot of works.Beta Was this translation helpful? Give feedback.
All reactions