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

Readwise Reader saves do not contain the correct author #2739

Open
johnlago opened this issue Jul 11, 2024 · 1 comment
Open

Readwise Reader saves do not contain the correct author #2739

johnlago opened this issue Jul 11, 2024 · 1 comment

Comments

@johnlago
Copy link

I'm not sure whether this issue is on the Miniflux side or the Readwise side, but: when using the "save" feature on an article in Miniflux, the resulting saved article in Readwise Reader only contains the site URL where the author should be. In all cases, the correct specific author is shown in Miniflux, but the author field turns into the root site URL in the saved article.

Again, this might be on the Readwise side, but I figured it's also worth raising here, in case Readwise has control over the author field being sent to Readwise through their API.

@fguillot
Copy link
Member

This is most likely a parsing issue on Readwise side. As of today, Miniflux sends only the article URL to Readwise (not the author).

type readwiseDocument struct {
URL string `json:"url"`
}

Readwise API has an author field: https://readwise.io/reader_api, so with some refactoring efforts, Miniflux could send the correct article author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants