mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.76k stars 963 forks source link

[twitter] replies and retweets all true problem #5982

Open maplestory03 opened 2 months ago

maplestory03 commented 2 months ago
            "size":["orig"],
            "cards": true,
            "conversations": false,
            "pinned": false,
            "quoted": true,
            "replies": true,
            "retweets": true,
            "strategy": null,
            "text-tweets": false,
            "twitpic": false,
            "unique": true,
            "users": "user",
            "videos": true

no include(is timeline) when use replies and retweets all true(or retweets original) will not download replies tweet if i use "retweets": false, replies can be downloaded


when use "include":"media,timeline" it will download ,but every time running forward from now on,

  1. Media analysis from 20240810 onwards
  2. Timeline analysis starts ffrom 20240810 onwards Using - A may result in omissions

Can be used https://x.com/Lulululululan to verification not https://x.com/Lulululululan/media https://x.com/Lulululululan/media will lack an image that references external links

mikf commented 2 months ago

https://x.com/Lulululululan/media will lack an image that references external links

Well yes, /media does not include retweets or quotes, so if you've enabled them and left strategy unset, gallery-dl will use the main /tweets timeline + search instead of the default /media + search.

maplestory03 commented 2 months ago

@mikf how to download all media file includes tweets, replies,retweets,quoted together from now on to past in one time? tweets(timeline)+replies+retweets+quoted Now replies and retweet cannot be used together.