Page MenuHomeSealhub

No OneTemporary

diff --git a/README.md b/README.md
index 29b23fe..1ce2802 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,33 @@
# Podcast Downloader
A simple node.js-based tool that fetches RSS feeds for podcasts and downloads them to a spceified directory.
It doesn't download the episodes it already has downloaded.
My personal setup for this is to run the script once every week and copy all the files to my mp3. Once I'm finished listening to an episode, I delete it from the mp3.
## Configuration
The script will look for the configuration in `~/.podcast-downloader.yml`.
Example configuration:
lang=yaml
```
download_dir: "~/podcasts" # where to download the podcasts
log_file: "~/.podcast-downloader.log" # where to store the download log (better to keep as-is).
podcasts:
# Hidden Brain
- https://www.npr.org/rss/podcast.php?id=510308
# On Being with Krista Tippet
- https://onbeing.org/feed/podcast
# TED Radio Hour
- https://www.npr.org/rss/podcast.php?id=510298
# Mozilla IRL
- https://feeds.mozilla-podcasts.org/irl
```
+
+
+## Running
+
+In the project directory, run `node index.js` and the download will start.

File Metadata

Mime Type
text/x-diff
Expires
Tue, Feb 25, 03:41 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
610429
Default Alt Text
(1 KB)

Event Timeline