Guides / Backing up podcast episodes you publish
Backing up podcast episodes you publish
A workflow for hosts who want a master copy on disk after publishing through a hosting provider or their own site.
By Tamilselvan M. · May 9, 2026 · 7 min read
I host a small interview series on the side. The hosting provider keeps RSS feeds and analytics; I keep the master WAV on a NAS. After each publish I also want a compressed copy tied to the public episode page in case I migrate hosts later. That is the workflow this guide describes—not ripping someone else's show off Apple Podcasts.
Start from the episode page you control
Use the URL on your own site or the hosting dashboard's public episode link, not a directory listing on Spotify or Apple unless those pages explicitly host media you uploaded. Many directories only stream through their apps; the web page is marketing, not a file endpoint.
If your host gives you a direct enclosure URL in RSS (the <enclosure> tag), that is often the best link to queue. It is already meant for downloaders like podcast clients.
Folder layout that scales to 100+ episodes
I use:
masters/— uncompressed exports straight from the editorpublished/— files grabbed from public URLs after releasemetadata.json— title, guest, record date, public URL, file hash
Episode number in the filename (ep042-title-slug.mp3) beats dates alone because you will reorder specials and bonus episodes eventually.
Audio-only output
Grab Media may return MP3, M4A, or another audio container depending on what the source exposes. Loudness will match the published web version, not your raw master. For archival legal safety, keep the master WAV even when the web copy sounds fine.
Guest interviews and release forms
Your guest's voice is not automatically yours to re-host anywhere. A simple release email ("I grant permission to publish this recording on…") stored with the episode folder saves pain if someone asks to retract. Downloading your own published feed does not replace that paperwork.
Related reading: archiving your own uploads, output formats.
Try the downloader
Paste a public URL you have rights to on the home page. Confirm the rights checkbox before queuing.
