Skip to content

Commit

Permalink
Remove itunes:summary
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Dec 15, 2023
1 parent 98c2d81 commit f7ebc82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/fetch_feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'] = {
Expand Down

0 comments on commit f7ebc82

Please sign in to comment.