Open 20NE opened 11 months ago
Thanks for reporting. According to the OPML specification, the outline
element should contain type="rss"
attribute so this is a miniflux bug.
I guess we could consider as feeds even outlines without type
attribute, as long as they have xmlUrl
. That will allow us to support even applications producing invalid OPML files like this. Though that might cause conflicts if extensions not declared in the main spec also use xmlUrl
and the application also omits type
. But that is probably rare as, these days, OPML is used for little else than feed exports, and people will usually try to import exports from other feed reader rather than random OPML they find online.
I have opened a PR fixing it in miniflux https://github.com/miniflux/v2/pull/2267
selfoss 2.19
OPML file that exported from miniflux, import failed with debug error:
Invalid type '': only 'rss' and 'atom' are supported
miniflux opml file like: