Skip to content

how do i config for twitter only tweets and retweets #6053

Closed Answered by mikf
birdman2qup2 asked this question in Q&A
Discussion options

You must be logged in to vote

any attempt at altering it results in an error

Delete postprocessors and text-tweets, and make sure the last entry doesn't end with a comma ,.

{
    "extractor":
    {
        "base-directory": "D:/gallery-dl/",
        "parent-directory": false,
        "postprocessors": null,
        "cookies": ["firefox"],
        "twitter": {
            "filename": "{author[name]}-{tweet_id}-0{num}.{extension}",
            "users": "https://twitter.com/{legacy[screen_name]}",
            "retweets":true,
            "quoted":true,
            "logout":true,
            "replies":true
        }
    }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@birdman2qup2
Comment options

Answer selected by mikf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants