mikf / gallery-dl

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

Unable to retrieve Tweets from this timeline after signed in as the user attempting to download "Likes" media #5769

Closed pelim95 closed 5 days ago

pelim95 commented 1 week ago

Hi, I would like to back up my "Likes" section so I try to run the command with my own username and password since I understand that Twitter recently made their Likes private.

I run the command like this:

gallery-dl "https://x.com/<my_username>/likes" --username <my_username> --password <my_password>

And it return this error:

[twitter][error] Unable to retrieve Tweets from this timeline

Does it still not able to download from "Likes"?

mikf commented 1 week ago

Still works on my end. Try using cookies directly or forcing a re-login (gallery-dl --clear-cache twitter)

pelim95 commented 5 days ago

Still works on my end. Try using cookies directly or forcing a re-login (gallery-dl --clear-cache twitter)

It works! Thank you! I will close this issue.