From d2d69d93bcbd2e85ea305d1b18edb234746f60a1 Mon Sep 17 00:00:00 2001 From: Chip Wasson Date: Wed, 11 Oct 2023 20:33:31 -0600 Subject: [PATCH] Add xml namespaces --- src/dinosaurwet/dinosaurwet.controller.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dinosaurwet/dinosaurwet.controller.ts b/src/dinosaurwet/dinosaurwet.controller.ts index a13bc13..3e220ec 100644 --- a/src/dinosaurwet/dinosaurwet.controller.ts +++ b/src/dinosaurwet/dinosaurwet.controller.ts @@ -66,6 +66,9 @@ const buildFeeds = ( _attr: { version: '2.0', 'xmlns:atom': 'http://www.w3.org/2005/Atom', + 'xmlns:itunes': 'http://www.itunes.com/dtds/podcast-1.0.dtd', + 'xmlns:content': 'http://purl.org/rss/1.0/modules/content/', + 'xmlns:podcast': 'https://podcastindex.org/namespace/1.0', }, }, {