-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
1.25.8 Twitter doesn't download single tweet. #4307
Comments
Works on my machine ™️
|
I should probably just use the endpoints from #4300 and make them somehow configurable ... |
So cookies are no longer accepted? I don't use gallery-dl to download tweets. I'm using it in my program to get json responses. And the authorization to download each profile isn't too much? Maybe there is a way to use cookies instead of login/password?
I don't understand what argument(s) should I use in the command? |
Without authorization (cookies):
|
Have you tested it with nsfw content? |
Confirmed that your example works fine without authorization. NSFW content (video) - no. |
Of course they are still accepted and should work the exact same as a user+pass login.
I have to admit that I did not, but it appears to work all the same:
When not logged in it throws an error, though:
|
Here's a NSFW video with cookies:
|
use the newer TweetResultByRestId only for guests by default
With the changes from 90231f2, it'll use the old endpoint from 1.25.7 and before when logged in and you can choose between new and old API endpoint with the |
Command
gallery-dl --verbose --cookies "path to cookies" https://twitter.com/name/status/123456789
Version 1.25.8.
1.25.7 works fine.
The text was updated successfully, but these errors were encountered: