Patreon Folder?
#6276
-
Here is my code. How do I tell it to put it in a "Patreon" folder than other folders? "patreon": {
"cookies": [
"firefox"
],
"filename": "{filename}.{extension}",
"base-directory": /filez/",
"directory": [
"{creator[full_name]}"
],
"files": [
"images",
"image_large",
"attachments",
"postfile",
"content"
],
"postprocessors": [
"content"
]
}
}, |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Oct 5, 2024
Replies: 1 comment
-
"base-directory": "/filez/Patreon", or "directory": [
"Patreon",
"{creator[full_name]}"
], |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or