- `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
13 lines
675 B
Markdown
13 lines
675 B
Markdown
# 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. |