You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extractor for a user's following page got added (9377543), although it can only download from Mastodon instances it knows about, even though the listed users can be from anywhere in the Fediverse.
You can add new mastodon instances by running gallery-dl oauth:mastodon:instance.tld to get an access-token for that instance (you need an account for that) and adding an entry to extractor.mastodon in your config file.
For example for https://tabletop.social/, you'd run
gallery-dl oauth:mastodon:tabletop.social (or gallery-dl oauth:mastodon:https://tabletop.social/, both do the same)
save the access token value you get (it also gets written to cache, but it doesn't hurt to also add it directly in your config file)
You wont get any errors if you don't do any of this, but gallery-dl is then going to silently ignore any followed users from instances it doesn't know about. URLs from unknown instances can be written to a file with --write-unsupported FILENAME
On Twitter, it is possible to give gallery-dl a url to a user's following page and have it go through every followed account's media files.
Would it be possible to do the same with Mastodon instances?
The text was updated successfully, but these errors were encountered: