-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to seperate twitter replies to other folder #2749
Comments
"directory": {
"" : ["{author[name]} [{author[id]}]"],
"retweet_id" : ["{author[name]} [{author[id]}]", "Retweets"],
"locals().get('quote_by')": ["{author[name]} [{author[id]}]", "Quoted"],
"reply_id" : ["{author[name]} [{author[id]}]", "Replies"]
} |
still the same with {author[name]} it got into main folder instead of username/Replies .\michelleeeck99 [2397627511]\20210211_1359807144619433989_1.jpg |
Ah sorry, I misunderstood your question. So for If so, that's not entirely possible at the moment, but I do plan on implementing the necessary changes in the next "big" release, i.e. 1.23.0 (#2712 (comment)). As a workaround, you could use something like |
yes and if possible if the user self replies to himself, include the master tweet to Replies folder with his replies included for a case when a user tweet a picture then reply to himself with second, third, and fourth pictures. it will go into 'self replies' folder could you tell me more detail with the workaround? I dont unsderstand |
So, is the problem solved? But when quoted in the conf file |
i want to seperate replies from other user to folder Replies but only the twitter target tweets got downloaded to replies folder the rest are scattered into main folder as a username folder
this is my setting and my target
gallery-dl https://twitter.com/user/with_replies
"directory": {
"" : ["{user[name]} [{user[id]}]"],
"retweet_id" : ["{user[name]} [{user[id]}]", "Retweets"],
"locals().get('quote_by')": ["{user[name]} [{user[id]}]", "Quoted"],
"reply_id" : ["{user[name]} [{user[id]}]", "Replies"]
},
pls help!?
The text was updated successfully, but these errors were encountered: