Why Can I Listen for Free, but the Downloader Says "Unable to Download"?

Thanks to feedback from Xiaohongshu user vivi, we discovered a counterintuitive issue: some Apple podcasts are free to listen to, yet our downloader cannot parse them. After days of investigation, we finally found the answer.
Feedback from Xiaohongshu
First, a special thanks to Xiaohongshu user vivi. She reached out to us saying: "I copied an Apple Podcast link, it opens fine in my browser — why won't your downloader parse it?"
That one message sent us down a rabbit hole for several days, and what we found surprised even us.
Step 1: Did the link format change?
When parsing fails, our first instinct is usually "Did Apple change their page structure again?" We've had cases before where link formats shifted, and we fixed them quickly.
But this was different. The link format was perfectly normal — identical to links that worked fine. We tried accessing the page directly from our server — Apple's server returned an error page.
The browser could open it. The server couldn't. That was odd.
Step 2: A different approach — and it worked
If we couldn't reach the episode page, we thought: what about the show's main page?
Bingo. A podcast's show page — the one listing all episodes — was accessible. And it contained all the information for every single episode: title, duration, release date, cover art, even the audio file location.
So we built a fallback: when the episode page is blocked, we automatically fetch the show page instead and locate the desired episode from there.
This worked beautifully. We got the episode title, show name, and cover art. We thought we'd solved it.
Step 3: We had the link, but it wouldn't play
From the show page data, we extracted the audio URL for the episode. But — the audio wouldn't play anywhere.
Digging deeper, we discovered the audio was "locked." Not with a simple lock — with Apple's own proprietary encryption. Think of it this way: the audio file is broken into thousands of tiny fragments, each one padlocked. Only Apple's own player (the Apple Podcasts app) holds the key to unlock them.
Your Apple Podcasts app has that key — so you can listen. But no other tool can open the lock.
The real reason: a checkbox in the creator's dashboard
This brings us to the core question: why are some podcasts locked and others not?
The answer lies in Apple Podcasts Connect — the backend that creators use to manage their shows. When uploading a podcast, creators can choose to mark their show as "subscription-based." Once that box is checked, Apple encrypts all audio files.
Here's the crucial part: this checkbox has nothing to do with whether the content is actually paid.
Some creators may have tried out the feature, clicked it by accident, or simply thought "encrypted is safer." To them, the listening experience inside the Apple Podcasts app is completely unchanged — the app decrypts everything automatically. So they may never realize that this setting makes their podcast inaccessible anywhere else.
Meanwhile, shows like The New York Times' The Daily — which hasn't enabled this option — remain fully open, with audio files freely accessible from any tool.
What did we decide to do?
We had two options:
- A: Show the encrypted link to users and let them try it. But they'd end up with an unplayable file — only adding to their confusion.
- B: Tell users directly: "This podcast is DRM-protected and cannot be downloaded." A bit disappointing, but honest.
We chose B.
Now, when the downloader detects a podcast is encrypted, it shows a yellow notice explaining the situation and hides the "Download Audio" button — because that link is genuinely useless to the user.
If you run into the same issue
If you're a podcast listener and find a show that's free in the Apple Podcasts app but shows as "unable to download" on our site — it's almost certainly because the creator has marked it as subscription-based.
Here's what you can try:
- Search for the same episode in our Xiaoyuzhou Podcast Downloader. Many shows publish across multiple platforms, and encryption policies can differ.
- Try the RSS Podcast Downloader. Some podcasts that are locked on Apple still provide direct audio links through their public RSS feeds.
Also:
- Next, we're planning to add support for Ximalaya podcast downloads.
We've also built an automatic RSS fallback: if we detect a usable audio link in the show's RSS feed, the downloader will prefer that over the encrypted Apple version.
A note on copyright
As a podcast downloading tool, we follow one principle: help people access content they have the right to enjoy — not bypass content protection.
If you encounter a similar situation, please reach out just like vivi did. Every piece of feedback helps make this tool better.
Thank you to Xiaohongshu user vivi for the initial tip that sparked this investigation. If you're experiencing parsing issues, feel free to reach out via Xiaohongshu, Discord, or email.