Fix RSS feed URL to use correct Anchor s/ path

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-17 13:29:09 -04:00
parent 1010cb1f33
commit 54bc7b28da
+1 -1
View File
@@ -1,6 +1,6 @@
import { sanitizeUrl } from '../study-helpers.js' 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 episodesCache = null
let episodesCacheAt = 0 let episodesCacheAt = 0
const EPISODES_CACHE_TTL = 30 * 60 * 1000 const EPISODES_CACHE_TTL = 30 * 60 * 1000