Skip to content
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

Mastodon extractor ignores reblog media #4580

Closed
brachna opened this issue Sep 25, 2023 · 1 comment
Closed

Mastodon extractor ignores reblog media #4580

brachna opened this issue Sep 25, 2023 · 1 comment

Comments

@brachna
Copy link

brachna commented Sep 25, 2023

Noticed that reblog media is ignored even with "reblogs":true in config.
I fixed it by:

  1. Putting "text-posts": true in config. That will actually collect status with reblog. It doesn't show up otherwise.
  2. Putting if status["reblog"]: status = status["reblog"] in MastodonExtractor.items() or status["media_attachments"] will have nothing.
@mikf
Copy link
Owner

mikf commented Sep 26, 2023

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.

mikf added a commit that referenced this issue Nov 11, 2023
@mikf mikf closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants