simple-rss-podcast-downloader
A simple Rust CLI application that downloads podcast episodes from an RSS feed.
Installation
Ensure you have Rust installed.
Clone the repository:
git clone https://cgit.farzat.xyz/public/simple-rss-podcast-downloader
cd simple-rss-podcast-downloader
Build the project:
cargo build --release
Usage
Run the application with:
simple-rss-podcast-downloader <RSS_FEED_URL> [OUTPUT_DIR]
Example:
simple-rss-podcast-downloader https://feeds.simplecast.com/54nAGcIl ./downloads
