diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-11-26 08:03:34 -0500 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-11-26 08:04:04 -0500 |
commit | af608c5eaf8ad93f61f0fe1456aab312dfaf36aa (patch) | |
tree | 13bad5d33f455955f8a4f42f7119616695d0f464 /fern.go | |
parent | da88db4a6b8783cbe5f52b5e9cc1ae6a270b2401 (diff) |
fern.go: update doc
Add information about podcast feeds.
Diffstat (limited to 'fern.go')
-rw-r--r-- | fern.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 // } |