-
Some downloads create multiple folders (if i get it correctly, one per domain by default?). This way, if I have a command with more than one link, like
the downloaded files are grouped by domain, not by task, and everything gets mixed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What do you mean, by task? As in, one task = one invocation of gallery-dl from the command line? You can simply override the base directory option? |
Beta Was this translation helpful? Give feedback.
-
It is generally not possible to sort files by task/job/input url (unless you manually set a path with, for example,
(*)
(**) |
Beta Was this translation helpful? Give feedback.
It is generally not possible to sort files by task/job/input url (unless you manually set a path with, for example,
-D
), but just sorting by username, which is what I think you want to do (#2799 (reply in thread)), can be done by using a differentdirectory
setting than the default.reddit.com/user/one
uses["{category}", "{subreddit}"]
by default (*). Set it to["{category}", "{author}"]
or just["{author}"]
in your config file and gallery-dl will sort by user/author instead of by subreddit.(*)
Default (and custom) filename/directory format strings can be seen with
-E / --extractor-info