From 6c2f7bd2c7337f7e926c20bf7a17602db327474c Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Sun, 28 Mar 2021 00:21:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B0=20Add=20value=20block=20to=20feed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/fetch_feed.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index cfe65cc122c..2a1032411df 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -77,5 +77,15 @@ const parseInfo = e => { const link = episode ? `https://einundzwanzig.space/podcast/${episode.slug}` : url return `${link}` }) + .replace('xmlns:anchor="https://anchor.fm/xmlns"', 'xmlns:anchor="https://anchor.fm/xmlns" xmlns:podcast="https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md"') + .replace('', ` + + + + + + + + `) write('dist/feed.xml', updated) })()