diff --git a/scripts/generate-feed.js b/scripts/generate-feed.js index 4149c7fc5..f5f7cf6b3 100755 --- a/scripts/generate-feed.js +++ b/scripts/generate-feed.js @@ -254,7 +254,7 @@ async function fetchPodcastContent(podcasts, apiKey, state, errors) { name: selected.podcast.name, title: selected.title, guid: selected.guid, - url: selected.podcast.url, + url: selected.link, publishedAt: selected.publishedAt, transcript: result.transcript }];