mikf / gallery-dl

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

[Twitter] [Bug] Issue With Downloading Twitter Communities #5739

Open cheese529 opened 1 week ago

cheese529 commented 1 week ago

Downloading from twitter communities only seems to get 10% of the stuff posted. For example downloading from this [NSFW] https://x.com/i/communities/1676017032343453701 only got me posts until around June 4th even tho there is hundreds of posts visible going way back until April when scrolling on the web.

mikf commented 1 week ago

I thought this might be related to text-tweets, since gallery-dl uses a different endpoint when it is enabled, but no, it doesn't make a difference. Both with and without, I get Tweets until July 2023 (*)

gallery-dl --filter "print(date)" --sleep-request 1-3 https://x.com/i/communities/1676017032343453701

(*) Currently getting a "Dependency: Unspecified" error, which is probably caused by an error on Twitter's back end I think.