Support OPML format #8
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.