Replies: 3 comments 2 replies
-
You can set it do download wherever you want, see https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorbase-directory You can set that either for all of gallery-dl or per extractor |
Beta Was this translation helpful? Give feedback.
-
OP, that ain't how it works, there's literally nothing preventing from using diff folders, let alone drives, and it'd take additional code to implement, which would be an outright stupid thing to do. |
Beta Was this translation helpful? Give feedback.
-
This would be the minimum for the config file: {
"extractor": {
"pixiv": {
"base-directory": "D:\\path\\to\\folder"
},
"twitter": {
"base-directory": "A:\\path\\to\\folder"
}
}
} |
Beta Was this translation helpful? Give feedback.
-
Is the base-directory locked in one drive only? Or is it possible to override that and have each extractor download to separate drives? I'd like my twitter folder to download to the A: drive, and my pixiv folder to the D: drive for example.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions