Skip to content

cannot set different download target path/drive #3526

Answered by mikf
tryoutuser asked this question in Q&A
Discussion options

You must be logged in to vote

i have checked my config using jslint or jsonlint it's all correct valid json file

Did you also check if gallery-dl is loading your config file?

$ gallery-dl -v
...
[gallery-dl][debug] Configuration Files ['${HOME}/.gallery-dl.conf']

Just using the base-directory settings from your config works just fine:

$ gallery-dl -c cfg.json  https://kemono.party/fanbox/user/6993449/post/506575
Server/Server 1/home/tryoutuser/gallery…_c96取り置き_01_P058kDFYus7DbqAkGlfWTlOr.jpg

$ cat cfg.json
{
    "extractor":
    {
        "base-directory": "./gallery-dl/",
        "kemonoparty":
        {
            "base-directory": "Server/Server 1/home/tryoutuser/gallery-dl/"
        }
    }
}

Replies: 2 comments 4 replies

Comment options

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

Comment options

You must be logged in to vote
3 replies
@tryoutuser
Comment options

@mikf
Comment options

@tryoutuser
Comment options

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