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
Thank you for the brilliant tool. This is more of ask for a hacky solution than a feature request.
I use miniflux v2.0.46 on a linux box. I subscribe to arxiv feeds, who lists multiple authors of each item in a single dc:Creator tag. Arxiv unfortunately let the tag to contain raw html content with hyperlink info, rather than simply stacking authors names, e.g. instead of Author One, Author Two, arxiv would stick <a href="https://site.one">Author One</a>, <a href="https://site.two">Author Two</a> in it.
This results in a handful lines of texts showing up as the authors field in miniflux, which often are quite hard to read:
Referring to RSSboard's advice, I believe doing so is arxiv's bad practice, and miniflux is correct to not try to eval the field. But considering arxiv's popularity, I think there might be some way to get around this using rewrite rules that I'm not aware of, therefore this post. So far my only idea is to write a browser userscript I wrote the userscript to parse the raw HTML and found out miniflux has CSP and the userscript would not execute.
Any suggestion is appreciated. Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the brilliant tool. This is more of ask for a hacky solution than a feature request.
I use miniflux v2.0.46 on a linux box. I subscribe to arxiv feeds, who lists multiple authors of each item in a single
dc:Creator
tag. Arxiv unfortunately let the tag to contain raw html content with hyperlink info, rather than simply stacking authors names, e.g. instead ofAuthor One, Author Two
, arxiv would stick<a href="https://site.one">Author One</a>, <a href="https://site.two">Author Two</a>
in it.This results in a handful lines of texts showing up as the authors field in miniflux, which often are quite hard to read:
Example of an arxiv feed: https://export.arxiv.org/rss/cs.CV
Referring to RSSboard's advice, I believe doing so is arxiv's bad practice, and miniflux is correct to not try to eval the field. But considering arxiv's popularity, I think there might be some way to get around this using rewrite rules that I'm not aware of, therefore this post.
So far my only idea is to write a browserI wrote the userscript to parse the raw HTML and found out miniflux has CSP and the userscript would not execute.userscript
Any suggestion is appreciated. Thank you very much.
The text was updated successfully, but these errors were encountered: