Why this tool is useful
Audit publishing schedules, podcast enclosures or archive inventories in a spreadsheet while preventing uploaded drafts and formula-like titles from leaving the browser.
Flatten entries from a saved RSS or Atom feed into spreadsheet-ready CSV with title, identifier, link, dates, author, categories, enclosure and summary columns.
Ready. Your working data stays in this browser.
Files and capture streams stay on this device. Processing uses browser APIs only; nothing is uploaded to YTSave, the media API or a proxy. No server copy is created, stored or left to delete. The file picker is cleared when processing starts, and disposable worker memory is destroyed after completion or cancellation. Preview and generated-output memory is released when you clear the tool or leave the page.
Audit publishing schedules, podcast enclosures or archive inventories in a spreadsheet while preventing uploaded drafts and formula-like titles from leaving the browser.
Each parsed entry becomes one bounded CSV row; columns are escaped and values beginning with spreadsheet formula characters receive a protective literal prefix.
Convert a podcast RSS file, sort by published date, and identify episodes without an enclosure MIME type or public link before the next feed release.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.