From af608c5eaf8ad93f61f0fe1456aab312dfaf36aa Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 26 Nov 2022 08:03:34 -0500 Subject: fern.go: update doc Add information about podcast feeds. --- fern.go | 4 ++-- 1 file 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 // } -- cgit v1.2.3