From f7ebc82056cae7dad13d53a12db7f3325f9348ab Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 15 Dec 2023 08:13:33 +0100 Subject: [PATCH] Remove itunes:summary --- tasks/fetch_feed.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/fetch_feed.js b/tasks/fetch_feed.js index db928d1df94..b4e738dd54d 100644 --- a/tasks/fetch_feed.js +++ b/tasks/fetch_feed.js @@ -147,8 +147,10 @@ const parseEpisode = e => { ...item, link, // replace Anchor link description: { __cdata: description }, - 'itunes:summary': description // please the validator, Anchor's itunes:summary contains HTML + //'itunes:summary': description // please the validator, Anchor's itunes:summary contains HTML } + // itunes:summary seems to be gone: https://help.apple.com/itc/podcasts_connect/#/itcb54353390 + delete updated['itunes:summary'] if (episode.number) { updated['podcast:episode'] = {