diff --git a/server/routes/episodes.js b/server/routes/episodes.js index 38914de..6430396 100644 --- a/server/routes/episodes.js +++ b/server/routes/episodes.js @@ -1,6 +1,6 @@ import { sanitizeUrl } from '../study-helpers.js' -const RSS_FEED_URL = 'https://anchor.fm/nmemmert/podcast/rss' +const RSS_FEED_URL = 'https://anchor.fm/s/11068d290/podcast/rss' let episodesCache = null let episodesCacheAt = 0 const EPISODES_CACHE_TTL = 30 * 60 * 1000