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

rss: ingest atom/rss feed contents already decoding HTML special chars #37

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

glima
Copy link
Contributor

@glima glima commented Apr 22, 2024

Without this move, the main UI could show info and feed entries with crude HTML marks, as in "&#8220". Translating that at the source is the best move, since they get stored right in the DB.

@glima
Copy link
Contributor Author

glima commented May 23, 2024

Ping?

@ckampfe
Copy link
Owner

ckampfe commented Jun 1, 2024

I think this makes sense. I'm trying to test this.

@ckampfe
Copy link
Owner

ckampfe commented Jun 1, 2024

@glima do you have an example of an RSS feed that exhibits this behavior that I can test?

@glima
Copy link
Contributor Author

glima commented Jun 1, 2024

Yes, try https://kottke.org/

Without this move, the main UI could show info and feed entries with
crude HTML marks, as in "“". Translating that at the source is
the best move, since they get stored right in the DB.

Signed-off-by: Gustavo Lima Chaves <[email protected]>
@ckampfe
Copy link
Owner

ckampfe commented Jun 1, 2024

Yep, I think this makes sense and seems to work. Let's give it a shot. Thank you for the contribution @glima!

@ckampfe ckampfe merged commit 3c70379 into ckampfe:master Jun 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants