Support OPML format #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The OPML format does seem to be widely used (at least the Gpodder application uses it), so supporting it would be a good idea.
The quick-xml library seems to be suitable for (de)serializing XML.
The base for adding extra formats has already been implemented via the format serializer. We could build upon this by writing a generic type that serializes to one of the specified formats.