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
I would like if gallery-dl will warn if an account is moved, since new posts will be posted on the new account.
Or just automatically follow to the new account and download it too.
Since I just use a list of URL with --input-file option without visiting the profiles in a web browser, I can't know if someone has moved to a new page, so I just miss the new content posted after the profile moving.
An account can move to another mastodon instance also:
Implemented a simple warning message for now (2787c85)
$ gallery-dl https://mastodon.social/@body
[mastodon.social][warning] Account 'body' moved to '[email protected]'
/tmp/mastodon/mastodon.social/body/mast…06812754755699210_106812750412766707.png
...
Automatically downloading from the new account might not be possible since it needs an access_token for the potentially new mastodon instance to get the new user ID.
The id in the moved section is not the one needed, otherwise this could work without said access token.
(should be 124392)
A moved account's JSON looks like this:
I would like if gallery-dl will warn if an account is moved, since new posts will be posted on the new account.
Or just automatically follow to the new account and download it too.
Since I just use a list of URL with
--input-file
option without visiting the profiles in a web browser, I can't know if someone has moved to a new page, so I just miss the new content posted after the profile moving.An account can move to another mastodon instance also:
An example I found:
https://mastodon.social/@body
->https://glaceon.social/@argr
The text was updated successfully, but these errors were encountered: