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:
13
README.md
13
README.md
@@ -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.
|
||||
Reference in New Issue
Block a user