-
I want to specify the download directory for each artist with my own chosen name, instead of what "directory": ["{category}", "{service}", "{username} ({user})", "\fF {id}_{title.encode('utf-8')[:255].decode('utf-8', 'ignore')}"] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not with It could potentially be done with A simpler way would be to use the -o keywords.username=CUSTOMNAME |
Beta Was this translation helpful? Give feedback.
Not with
--directory
, that is always interpreted as a static value.It could potentially be done with
-o directory=…
, except that's a massive pain since you'd have to backslash escape certain quotes.A simpler way would be to use the
keywords
option to overwriteusername
with your own custom value: