gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

Twitter folder question

Open 3k2 opened this issue 2 years ago • 0 comments

Hey,

This is probably possible but I can't figure out this myself how to do it I hope kind people here could help me how to set this up. Currently I have set up gallery-dl to do following folder structure gallery-dl/twitter/username

if possible I'd want twitter section to create following folder structure. gallery-dl/twitter/username/media, /username/likes, /username/with_replies.

Now when I use my conf it creates each username to own folder which causes issues if I download username1 and username1 has retweeted or replied or something like I get another folder in my /gallery-dl/username2 with just single image or whatever so I'd like to change that way I wouldn't get everytime new user folder under the base twitter folder but rather under the username I am currently downloading.

    "twitter":
        {
            "username": null,
            "password": null,
            "cards": false,
            "conversations": true,
            "quoted": true,
            "replies": true,
            "retweets": true,
            "twitpic": false,
            "users": "timeline",
            "videos": true,
            "size": "orig" 
        },
{
    "extractor":
    {
        "base-directory": "./gallery-dl/",
        "parent-directory": true,
        "postprocessors": null,

3k2 avatar Jun 28 '22 13:06 3k2