🎧 Podcast Ad Skipper

This service automatically removes advertisements from podcast episodes using AI.

Usage

Get Modified RSS Feed

GET /rss?url={podcast_feed_url}

Returns a modified RSS feed where all audio URLs point to our ad-skipping proxy.

Get Ad-Free Audio

GET /audio?url={episode_audio_url}

Returns the audio file with advertisements automatically removed.

How It Works

  1. Downloads the podcast episode audio
  2. Transcribes it using OpenAI's transcription API
  3. Detects advertisement segments using AI
  4. Removes the ad segments from the audio
  5. Serves the cleaned audio file

Example

Subscribe to your podcast using this URL pattern:

https://podcasts.loupou.net/rss?url=https://feeds.example.com/podcast.xml