1
0
Fork 0
miniflux/internal/reader/opml
Jan Tojnar 074393d3bf fix: Include type for OPML subscriptions
As per [OPML 2.0 specification]:

> Each sub-element of the body of the OPML document is a node of type rss or an outline element that contains nodes of type rss.

> Required attributes: type, text, xmlUrl.

[OPML 2.0 specification]: http://opml.org/spec2.opml#subscriptionLists
2023-12-31 10:00:50 -08:00
..
handler.go
opml.go fix: Include type for OPML subscriptions 2023-12-31 10:00:50 -08:00
parser.go
parser_test.go
serializer.go
serializer_test.go
subscription.go