From 48578bd86c5b76576c08ef5b9bc003a980641d4e Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Wed, 1 Apr 2026 22:29:32 -0400 Subject: fern.go: update doc Add about the ignore-shorts options. --- fern.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fern.go b/fern.go index 3e288ac..2a92711 100644 --- a/fern.go +++ b/fern.go @@ -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 -- cgit v1.2.3