how do i config for twitter only tweets and retweets #6053
-
i got gallery dl so i can download all the art from a account but it dose not download the retweets that get posted i found this config but {
"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]}",
"text-tweets":true,
"retweets":true,
"quoted":true,
"logout":true,
"replies":true,
"postprocessors": [
{"name": "metadata", "event": "post", "filename": "{tweet_id}_main.json"}
]
}
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Aug 19, 2024
Replies: 1 comment 1 reply
-
Delete {
"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
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete
postprocessors
andtext-tweets
, and make sure the last entry doesn't end with a comma,
.