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'd guess this is a behavior change in newer Mastodon releases. The mastodon.py code, including its reblog handling, is a few years old at this time and I'm pretty sure it worked previously.
Noticed that reblog media is ignored even with "reblogs":true in config.
I fixed it by:
if status["reblog"]: status = status["reblog"]
in MastodonExtractor.items() or status["media_attachments"] will have nothing.The text was updated successfully, but these errors were encountered: