Remove default empty Head from OPML document.
This commit is contained in:
parent
51e048ec40
commit
f52d89ad24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue