Whether you're saving episodes for a long flight or archiving a show before it disappears — here's
every method that actually works.
Podcast apps are great for streaming. They're terrible for actually owning your audio.
Downloaded episodes inside Spotify or Apple Podcasts are locked to the app, DRM-wrapped, and gone
the moment you cancel a subscription or the show gets pulled. If you've ever lost a favorite
podcast because the creator quit or the platform changed its terms, you know the feeling.
Here are five methods that give you real MP3 files — files that live on your device, play anywhere,
and survive platform changes.
Method 1: Online Podcast Downloader (Fastest, No Install)
Best for: Spotify, Apple Podcasts, RSS feeds — any podcast, any browser.
The fastest way to download a podcast in 2026 is to paste a link into an online tool and click
download. No software to install, no account to create.
Podcast Downloader (podcastdownloadrss.cn) is the one I use most. Paste a Spotify show URL, an
Apple Podcasts link, or a raw RSS feed address — it finds the public RSS behind the show, lists
every episode, and lets you download individual files or batch-download the entire series as MP3.
How it works:
- Copy a podcast link from Spotify, Apple Podcasts, or anywhere
- Paste it into the input box at podcastdownloadrss.cn
- Click Load Podcast — the tool pulls the RSS feed (5–15 seconds)
- Check the episodes you want → Download Selected
Each episode saves as a named MP3: Show Title - Episode Title.mp3. Works on desktop and mobile.
What it can't do: Spotify-exclusive shows (Spotify Originals without a public RSS feed) can't be
downloaded with any tool — they have no public audio URL. For everything else, this covers it.
Why this works technically: Most podcasts on Spotify, Apple Podcasts, and other platforms are
distributed via a public RSS feed. The platforms are just interfaces on top of the same audio
files. This tool goes directly to the source.
Method 2: Get the RSS Feed and Download Directly
Best for: Power users, archiving, automation.
Every public podcast has an RSS feed URL — a plain XML file that lists every episode with direct
audio links. If you have the RSS URL, you can download episodes directly without any middleman.
Finding the RSS URL:
- In Overcast: tap the show → share → copy feed URL
- In Pocket Casts: show settings → share → RSS feed
- In Apple Podcasts: the URL is hidden, but tools like Castos RSS Finder or the podcast downloader above can extract it from the show page
- Search Google: "show name" site:feeds.* OR site:anchor.fm often surfaces the RSS URL
Once you have the RSS URL, you can:
- Paste it into podcastdownloadrss.cn for a one-click download interface
- Use wget in terminal: wget -i <(grep -oP '(?<=url=")[^"]+.mp3' feed.xml) for bulk downloads
- Open it in a feed reader and download individual files
RSS downloads are the most reliable method — no scraping, no workarounds, just the original audio
files the creator published.
Method 3: Podcast App Native Downloads (Then Export)
Best for: Casual listeners who want offline access within one platform.
All major podcast apps have built-in download features:
- Overcast (iOS): tap the download icon on any episode. Files are stored locally but not directly exportable.
- Pocket Casts: automatic downloads for subscribed shows, synced across devices.
- Spotify: Premium users can download for offline listening — but files are DRM-locked and can't be used outside Spotify.
- Apple Podcasts: download any episode; files are stored in ~/Library/Group Containers/ on Mac and can be accessed via Finder if you know where to look.
The catch: App downloads are convenient but proprietary. Spotify's downloads disappear if you
cancel Premium. Apple Podcasts files are accessible on Mac but not easily portable. For true
ownership, you need actual MP3 files.
Use native app downloads for everyday listening. Use Method 1 or 2 when you want files you actually
keep.
Method 4: Browser Extensions for Direct Audio Downloads
Best for: Grabbing a single episode quickly from a podcast website.
Some podcasts publish episodes directly on their website with an embedded audio player. In those
cases, a browser extension can capture the audio URL.
Extensions that work:
- Video DownloadHelper (Chrome/Firefox): originally for video, but it intercepts any media request — including MP3 streams from podcast players.
- Audio Capture (Chrome): records the audio playing in your browser tab as a file.
- Stream Detector (Firefox): shows all media URLs loaded by the current page; copy the MP3 URL and download directly.
Limitations: This only works when the podcast website itself loads the audio file. It won't work
for Spotify or Apple Podcasts (their players use streaming protocols, not direct MP3 links). Best
used on podcasters' own websites or platforms like Buzzsprout and Libsyn where episodes are
embedded directly.
Method 5: Desktop Podcast Clients with Export
Best for: Managing large collections, automating downloads, archiving.
If you're serious about building a local podcast library, a desktop client gives you the most
control.
gpodder (Windows/Mac/Linux, free, open source): The gold standard for local podcast management.
Paste an RSS URL, it downloads new episodes automatically as they're published, saves them as MP3s
to a folder of your choice. Great for archiving an entire back catalog.
Setup:
- Install gpodder from gpodder.net
- Add a podcast via File → Add Podcast via URL → paste RSS feed
- Select all episodes → Download
- Files are saved to your local folder, ready to copy anywhere
Podgrab (self-hosted, Docker): If you run a home server, Podgrab is a lightweight podcast manager
you can host yourself. It watches RSS feeds and auto-downloads new episodes to a folder — similar
to how Sonarr/Radarr work for TV shows.
For most people, gpodder is overkill. But if you want to automate downloading a dozen podcasts and
keep a clean local library indefinitely, it's the right tool.
Which Method Should You Use?
┌───────────────────────────────────────────┬──────────────────────────────┐
│ Situation │ Best Method │
├───────────────────────────────────────────┼──────────────────────────────┤
│ Download a few Spotify episodes right now │ Method 1 (online tool) │
├───────────────────────────────────────────┼──────────────────────────────┤
│ Download a full podcast series as MP3 │ Method 1 or 2 (RSS) │
├───────────────────────────────────────────┼──────────────────────────────┤
│ Listen offline in your podcast app │ Method 3 (native downloads) │
├───────────────────────────────────────────┼──────────────────────────────┤
│ Grab audio from a podcast website │ Method 4 (browser extension) │
├───────────────────────────────────────────┼──────────────────────────────┤
│ Auto-archive dozens of podcasts │ Method 5 (gpodder) │
└───────────────────────────────────────────┴──────────────────────────────┘
A Note on Copyright
Podcasts are distributed via public RSS feeds specifically so listeners can download and listen
offline — that's the whole design of the format. Downloading podcast episodes for personal use is
the intended behavior.
What you shouldn't do: redistribute episodes, upload them to YouTube, use them in commercial
projects, or claim ownership of the content. Respect the creator's work; that's what keeps the
podcast ecosystem going.
Quick Recap
- Fastest method: paste a link into podcastdownloadrss.cn and click download
- Most reliable: get the RSS URL directly and use it in any download tool
- For full archiving: gpodder + RSS feed
The common thread across all five methods: RSS is the backbone. Every public podcast publishes one,
and tools that use RSS directly will always be more reliable than tools that scrape platform UIs.
Found this useful? The online podcast downloader at podcastdownloadrss.cn is free and works
directly in your browser — no signup, no install.
Top comments (0)