summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2026-04-01 22:29:32 -0400
committersiddharth ravikumar <s@ricketyspace.net>2026-04-01 22:29:32 -0400
commit48578bd86c5b76576c08ef5b9bc003a980641d4e (patch)
treecc728b5f1fac214c686a59c22b477945d2564d55
parent866aef622bfad60cb16f850edf164d28bb44ff94 (diff)
fern.go: update doc
Add about the ignore-shorts options.
-rw-r--r--fern.go1
1 files changed, 1 insertions, 0 deletions
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