diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:29:32 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-04-01 22:29:32 -0400 |
| commit | 48578bd86c5b76576c08ef5b9bc003a980641d4e (patch) | |
| tree | cc728b5f1fac214c686a59c22b477945d2564d55 | |
| parent | 866aef622bfad60cb16f850edf164d28bb44ff94 (diff) | |
fern.go: update doc
Add about the ignore-shorts 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 |
