diff options
| -rw-r--r-- | fern.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ // "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 +// "ignore-shorts": true // optional. applicable to only youtube feeds. if set, will ignore youtube shorts. // } // // You may download an example config file for fern from |
