1
Fork 0

Remove default empty Head from OPML document.

This commit is contained in:
Bauke 2022-09-21 22:07:01 +02:00
parent 51e048ec40
commit f52d89ad24
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ fn main() -> Result<()> {
}
let mut opml_document = opml::OPML::default();
opml_document.head = None;
for feed in feeds_to_output {
if args.opml {
opml_document