Skip to content
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

[twitter] Some retweets won't download with "retweets": "original" #3744

Closed
dajotim937 opened this issue Mar 8, 2023 · 0 comments
Closed

Comments

@dajotim937
Copy link

Have noticed that some retweets won't download with "retweets": "original", setting but would download with "retweets": true,

nsfw

https://twitter.com/mYjR6luT1zX2nJ2 - user

Some retweets that won't download:
https://twitter.com/mYjR6luT1zX2nJ2/status/1619673598867955713 (and other retweets from same user/scene)
https://twitter.com/mYjR6luT1zX2nJ2/status/1428182153444007936
https://twitter.com/MaecOXO/status/1626080841884635136 - won't download neither with "original" nor with "true" setting

Config for twitter extractor
"twitter": {
    "tweet": {
        "directory": []
    },
    "directory": {
        "retweet_id != 0 and user['name']!=author['name']": [
            "{user[name]}",
            "Retweets",
            "{author[name]}"
        ],
        "": [
            "{author[name]}"
        ]
    },
    "filename": "{author[name]}_{tweet_id}_{filename}.{extension}",
    "cards": "ytdl",
    "videos": "ytdl",
    "pinned": true,
    "retweets": "original",
    "quoted": true,
    "replies": "self",
    "url-metadata": "file_url",
    "cookies": "twitter-cookies.txt",
    "cookies-update": false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants