diff options
author | siddharth <s@ricketyspace.net> | 2021-12-01 22:43:55 -0500 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-12-01 22:43:55 -0500 |
commit | e602b18cfd5f756a2cc3e67d6be4b2a5089959be (patch) | |
tree | 735ddbc7f54c41f4e9d1a5d14b9e6a872d1c8bed /fern.go | |
parent | 5317271fad7515a5c375ed2d47995baa1f77f9a9 (diff) |
fern.go: fix typov0.2.2
Diffstat (limited to 'fern.go')
-rw-r--r-- | fern.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ // Each item in the media "feeds" must be: // // { -// "id": "media-feed-id", // uniquid identifier for the media feed +// "id": "media-feed-id", // unique identifier for the media feed // "source": "https://feeds.npr.org/XXXX/rss.xml", // media feed url -// "schema": "npr", // should be "youtube" or "npr" +// "schema": "npr", // must be "youtube" or "npr" // "last": 5 // The last N items that should be downloaded // } // |