summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-11-26 08:03:34 -0500
committersiddharth ravikumar <s@ricketyspace.net>2022-11-26 08:04:04 -0500
commitaf608c5eaf8ad93f61f0fe1456aab312dfaf36aa (patch)
tree13bad5d33f455955f8a4f42f7119616695d0f464
parentda88db4a6b8783cbe5f52b5e9cc1ae6a270b2401 (diff)
fern.go: update doc
Add information about podcast feeds.
-rw-r--r--fern.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/fern.go b/fern.go
index 6cc25b3..3f279bb 100644
--- a/fern.go
+++ b/fern.go
@@ -6,7 +6,7 @@
// It depends on yt-dlp to download the media found in the media feeds
// to your computer.
//
-// fern currently supports YoutTube and NPR feeds.
+// fern currently supports YoutTube, NPR, and Podcast feeds.
//
// Information about what media feeds to download, the location of
// yt-dlp program on your computer, and the directory where the media
@@ -26,7 +26,7 @@
// {
// "id": "media-feed-id", // unique identifier for the media feed
// "source": "https://feeds.npr.org/XXXX/rss.xml", // media feed url
-// "schema": "npr", // must be "youtube" or "npr"
+// "schema": "npr", // must be "youtube" or "npr" or "podcast"
// "last": 5 // the last N items that should be downloaded
// "title-contains": "tiny desk" // optional. if specified, downloads entries with title matching the value of this field
// }