Skip to content

How do change the default download directory? #1768

Answered by Hrxn
Mierls asked this question in Q&A
Discussion options

You must be logged in to vote

First of all, gallery-dl uses a relative path, so if you run gallery-dl from E:\ the default download directory would be E:\gallery-dl\

You can set the output directory with this option: gallery-dl --dest "D:\gallery-dl" <YOUR_URL_HERE>

Alternatively, if you want to avoid using this option with every gallery-dl invocation, you need change the "base-directory": option in your config file, like this here:

{
"extractor":
{
"base-directory": "./gallery-dl/",
"parent-directory": false,
"postprocessors": null,

"base-directory": "D:/gallery-dl"`

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mierls
Comment options

Answer selected by Mierls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants