Remade generic BBC R1 downloader into one tailored for Pete Tong

- `yt-dlp` stopped working so a switch to `get_iplayer` was necessary
- Added sending a notification to the backend api
- Added logging and general error handling
This commit is contained in:
2025-10-19 20:40:27 +02:00
parent 7da6b09981
commit 9686ae26e4
11 changed files with 314 additions and 288 deletions

View File

@@ -0,0 +1,13 @@
# Media Download Scripts
A collection of Python scripts for automatically downloading and processing podcast episodes from various sources.
### [Perun YouTube Downloader](src/perun/)
Downloads the latest video from the Perun YouTube channel, converts to MP3 with metadata and sponsor segment removal, and uploads to a podcast server.
### [BBC Radio 1 Pete Tong Downloader](src/petetong/)
Downloads the latest Pete Tong radio show from BBC iPlayer Radio, converts to MP3 with metadata, and sends notifications.
## Setup
Each project has its own README with detailed installation and configuration instructions. Navigate to the respective directories for more information.