-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[cookies] option breaks twitter extractor #2676
Comments
Works on my machine ™️:
The csrf token logic hasn't changed in quite a while, and it really doesn't matter how you get your cookies to be used by gallery-dl, directly extracting them from a browser or otherwise. What I've noticed when experimenting around with all Twitter cookies in a cookies.txt file, is that changing the What seems to work is not using a given csrf token, like it is currently done, and simply always auto-generating one, but that might break things for someone else. gallery-dl/gallery_dl/extractor/twitter.py Lines 849 to 852 in 7fe1f44
|
Thanks for the new option, works like a charm! 👍 |
Specifying
"cookies": [ "firefox" ]
in config breaks twitter extractor (e.g. this tweet) with an error:After commenting the variable extractor works fine.
The text was updated successfully, but these errors were encountered: