diff --git a/server/utils/podcastUtils.js b/server/utils/podcastUtils.js index 553ad7d1..58200349 100644 --- a/server/utils/podcastUtils.js +++ b/server/utils/podcastUtils.js @@ -85,6 +85,8 @@ function extractEpisodeData(item) { } } + episode.enclosure.url = episode.enclosure.url.trim() + // Full description with html if (item['content:encoded']) { const rawDescription = (extractFirstArrayItem(item, 'content:encoded') || '').trim()