This is a lightweight Python script that:
- Automatically downloads podcast episodes from one or more RSS feeds
- Speeds them up to a specified playback rate (e.g., 2.5x)
- Preserves audio pitch
- Saves the processed episodes as MP3s
Perfect for people who want to maximize efficiency.
- Batch downloads latest episodes from multiple feeds
- Converts audio to faster speed while preserving pitch
- Saves output as
.mp3files in a configurable directory
Install Python packages in your virtual environment:
pip install feedparser requests ffmpeg-python tqdm- Clone or download this project
- Create a feeds.txt file with one RSS feed URL per line.
- Adjust settings in main.py
- Run the script
python main.pyBy default, the standard speedup wiil be 2.5x, it will download 5 newest episodes per feed, and downloads will be placed in a local directory Downlods/