tweets with multiple images to different folders #6381
Unanswered
orktributes
asked this question in
Q&A
Replies: 2 comments 12 replies
-
You can use conditional format strings and check {
"extractor": {
"twitter": {
"directory": {
"count > 1": ["{category}", "{user[name]}", "{tweet_id}"],
"" : ["{category}", "{user[name]}"]
}
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
-
look like it maybe not possible if it is i can not find a why to do it |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can i make gallery-dl download images from a multiple image tweet in to different folders?
like if the tweet has multiple image download the first image to
gallery-dl/twitter/has_feldt_1835306456595169486/Images/has_feldt_1835306456595169486.jpg
and the second one to
gallery-dl/twitter/has_feldt_1835306456595169486[add a num to the name]/Images/has_feldt_1835306456595169486.jpg
like this and sorry for image

my config
Beta Was this translation helpful? Give feedback.
All reactions