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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user