How to separate folder for different files? #9095
-
|
how to set separate files videos and pics I want to download this https://rule34.paheal.net/post/list/Sheva_Alomar/1 this is my config { example Thanks you ,👍 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
{
"extractor": {
"base-directory": "C:/Users/John/Pictures/GalleryDL",
"archive": "C:/Users/John/Pictures/GalleryDL/downloaded_files.txt",
"sleep-request": [5, 10],
"zip": false,
"paheal": {
"directory": {
"extension in exts_video": ["{category}", "{search_tags}", "Videos"],
"" : ["{category}", "{search_tags}", "Pics"]
}
}
}
}Checking for
|
Beta Was this translation helpful? Give feedback.
{ "extractor": { "base-directory": "C:/Users/John/Pictures/GalleryDL", "archive": "C:/Users/John/Pictures/GalleryDL/downloaded_files.txt", "sleep-request": [5, 10], "zip": false, "paheal": { "directory": { "extension in exts_video": ["{category}", "{search_tags}", "Videos"], "" : ["{category}", "{search_tags}", "Pics"] } } } }Checking for
durationwould also work.directory&filenamehave no effect insideoutput, by the way.