miniflux-v2/internal/reader/opml
jvoisin c544dadd55 Fix categories import from Thunderbird's OPML
Thunderbird OPML exports are looking like this:

```xml
<opml version="1.0" xmlns:fz="urn:forumzilla:">
<head>
	<title>Thunderbird OPML Export - RSS</title>
    	<dateCreated>Sat, 24 Feb 2024 11:31:13 GMT</dateCreated>
</head>
<body>
	<outline title="News">
		<outline type="rss" ...>
		<outline type="rss" ...>
		...
	</outline>
	<outline title="Blogs">
		<outline type="rss" ...>
		<outline type="rss" ...>
		...
	</outline>
</body>
```

This commit make it so that categories are now correctly imported.
2024-02-24 19:43:33 -08:00
..
handler.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
opml.go fix: Include type for OPML subscriptions 2023-12-31 10:00:50 -08:00
parser.go Fix categories import from Thunderbird's OPML 2024-02-24 19:43:33 -08:00
parser_test.go Fix categories import from Thunderbird's OPML 2024-02-24 19:43:33 -08:00
serializer.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
serializer_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
subscription.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00