miniflux-v2/internal
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
..
api Fix default User-Agent regression 2023-11-18 20:57:47 +01:00
cli Fix incorrect condition 2024-01-11 19:04:50 -08:00
config Add `FORCE_REFRESH_INTERVAL` config option 2024-01-02 18:33:15 -08:00
crypto Add generic webhook integration 2023-09-09 13:11:42 -07:00
database Add Readeck integration 2024-02-21 19:57:34 -08:00
fever Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
googlereader Google Reader API: Allow rename and move feed at the same time 2023-12-01 17:50:01 -08:00
http Fix inaccessible metrics endpoint when listening on Unix socket 2023-12-06 19:52:33 -08:00
integration Add Readeck integration 2024-02-21 19:57:34 -08:00
locale Add Readeck integration 2024-02-21 19:57:34 -08:00
metric Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
model Add Readeck integration 2024-02-21 19:57:34 -08:00
oauth2 Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
proxy Proxify video poster attribute 2024-02-23 18:44:20 -08:00
reader Fix categories import from Thunderbird's OPML 2024-02-24 19:43:33 -08:00
storage Add Readeck integration 2024-02-21 19:57:34 -08:00
systemd Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
template Add 'Enter' key as a hotkey to open selected item 2024-02-21 20:02:58 -08:00
tests Add /v1/version endpoint 2023-10-08 15:53:24 -07:00
timezone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
ui Add 'Enter' key as a hotkey to open selected item 2024-02-21 20:02:58 -08:00
urllib Rename internal url package to avoid overlap with net/url 2023-08-13 19:57:04 -07:00
validator Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
version Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
worker Improve error log message in worker 2023-11-08 19:58:56 +00:00