diff --git a/services/podcast.ts b/services/podcast.ts index 2fd830d..71a326a 100644 --- a/services/podcast.ts +++ b/services/podcast.ts @@ -33,7 +33,7 @@ export async function updatePodcastRSS() { itemsXml += ` <![CDATA[${ep.title}]]> - /g, "]]>").replace(/&/g, "&")}]]> + /g, "]]>").replace(/&/g, "&").replace(/\]\]>/g, "]]>")}]]> ${channelAuthor} ${channelCategories} ${channelLanguage} @@ -89,7 +89,7 @@ export async function updatePodcastRSS() { ${channelTitle} ${channelLink} - ${channelDescription}]]> + ${lastBuildDate} ${itemsXml}