---
generated_by: "scripts/seo_markdown_for_agents.py"
title: "OPML Viewer & Editor | View Podcast Subscriptions"
description: "Upload your OPML file to view, search, and edit your podcast subscriptions. Export a cleaned OPML or see subscription statistics. Free, no sign-up."
source_url: "https://thepodcastapp.dev/tools/opml-viewer"
canonical_url: "https://thepodcastapp.dev/tools/opml-viewer"
markdown_url: "https://thepodcastapp.dev/tools/opml-viewer.md"
language: "en"
image: "https://thepodcastapp.dev/hero-home-social.jpg"
robots: "index,follow,max-image-preview:large"
content_signal: "ai-input=yes, search=yes, ai-train=no"
---

# OPML Viewer & Editor | View Podcast Subscriptions

# View & Edit Your Podcast Subscriptions

Upload your OPML file to see eligible transcript-backed episodes, search by name, remove unwanted shows, and export a clean file.

Parse OPML

Load sample

Remove selected

Undo all removals

Download OPML

Copy to clipboard

### Import the cleaned list

Take the cleaned OPML into a podcast app built for free core listening and optional Premium AI.

## Frequently asked questions

### What is an OPML file?

OPML (Outline Processor Markup Language) is an XML format commonly used to import and export podcast subscriptions between apps. When you export your subscriptions from Apple Podcasts, Pocket Casts, Overcast, or any other podcast app, you typically get an OPML file containing a list of every show you follow along with its RSS feed URL.

### How do I export an OPML file from my podcast app?

Most podcast apps have an export option in their settings. In **Apple Podcasts** , go to File > Library > Export (macOS). In **Pocket Casts** , go to Settings > Import/Export > Export. In **Overcast** , go to Settings > Export OPML. In **The Podcast App** , go to Settings > Export Subscriptions. Look for "Export OPML" or "Export subscriptions" in your app's settings.

### Can I edit my subscriptions here?

Yes. After uploading your OPML file, you can search by podcast title, select individual shows, and remove them. When you download or copy the cleaned OPML, the removed podcasts will be excluded. This is useful for cleaning up your subscription list before importing into a new app.

## Other free podcaster tools

### RSS Feed Validator

Check your podcast RSS feed for errors, warnings, and compatibility issues.

### Cover Art Checker

Verify your cover art meets Apple Podcasts and Spotify size, format, and color requirements.

### Podcast Website Generator

Build a starter site from your RSS feed with episode pages, subscribe links, and show details.

### Podcast Launch Checklist

Use a practical launch checklist to get your feed, artwork, and directory submissions ready.

### Episode Speed Calculator

See how much listening time you save at 1.2x, 1.5x, 2x, or custom playback speeds.

## Import your subscriptions into The Podcast App

Clean up your OPML file, then import it directly into The Podcast App. Free on iOS and Android.

## Explore the closest podcast app guides.

These related pages cover the nearest listening workflows, app features, and comparison paths.

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "WebApplication",
  "applicationCategory": "Utility",
  "description": "Upload your OPML file to view, search, and edit your podcast subscriptions. Export a cleaned OPML or see subscription statistics.",
  "name": "OPML Viewer & Editor",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "operatingSystem": "Any",
  "publisher": {
    "@type": "Organization",
    "name": "The Podcast App",
    "url": "https://thepodcastapp.dev"
  },
  "url": "https://thepodcastapp.dev/tools/opml-viewer"
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "item": "https://thepodcastapp.dev/",
      "name": "Home",
      "position": 1
    },
    {
      "@type": "ListItem",
      "item": "https://thepodcastapp.dev/tools",
      "name": "Podcaster Tools",
      "position": 2
    },
    {
      "@type": "ListItem",
      "name": "OPML Viewer & Editor",
      "position": 3
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "OPML is an XML format commonly used to import and export podcast subscriptions between apps."
      },
      "name": "What is an OPML file?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Most podcast apps have an export option in settings, usually labeled Export OPML or Export subscriptions."
      },
      "name": "How do I export an OPML file from my podcast app?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Yes. Upload an OPML file, search by podcast title, remove shows, and download or copy the cleaned OPML."
      },
      "name": "Can I edit my subscriptions here?"
    }
  ]
}
```
