-
-
Notifications
You must be signed in to change notification settings - Fork 991
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
[Question] Are Twitter bookmarks supported? #625
Comments
It's not supported yet. You can check for yourself in the file defining the Twitter extractor, that there is no class for Twitter bookmarks present yet, so it returns the Also, this warning:
indicates that there is a syntax error in your configuration file at the mentioned position. Config files need to be valid JSON files. With regard to Twitter bookmarks: |
They Twitter blog mentions it's creation in Feb 2018. They are a little bit hidden in the sharing options: ...but they are incredibly handy, as they are the only way to save a group of tweets that the platform allows (since retweets often get mixed up with a bunch of other stuff, and choosing them as saving mechanism means you can't use them for anything else). Is there a way to help write an extractor for them, or to at least request the feature for future releases? |
All Twitter extractors are currently relying on Twitter's old interface and internal API, making it basically impossible to add anything new until the whole thing gets re-written to use the new interface. When that happens, I'll also add support for bookmarked Tweets. |
Got it. Thanks Mike, and sorry for the trouble. |
I've taken a look at some other Twitter bookmark projects and managed to come up with a "working" solution. It's not particularly efficient, but it should do its job (or at least it worked when I tested this with my account) |
Thanks for putting the effort Mikf, appreciate it. Is the future coming in a future release or is for testing only? |
It is included in the latest version (1.13.2, changelog) |
Hi, I wanted to ask if Twitter bookmarks / Saved Tweets were implemented as a download source (https://twitter.com/i/bookmarks), since when I try downloading them, having the password on
${HOME}/.gallery-dl.conf
like this:...gallery-dl throws this error:
Which seems to be a mistake in editing the config file, but launching gallery-dl with user and pass parameters (like below), also gives an error:
The text was updated successfully, but these errors were encountered: