diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-06 12:38:18 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-06 12:38:18 +0100 |
commit | 27a46121b3722e1933f0e40fedcf06675b2bca9d (patch) | |
tree | d7062a34c9ba87b90cf9a40990c30e6446874031 | |
parent | 63f9271555aa39fb3fcc7cded124c668971c0749 (diff) |
README: small typo and rewording for sfeed_download example
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -757,8 +757,10 @@ This can be used to download and process URLs for downloading podcasts, webcomics, download and convert webpages, mirror videos, etc. It uses a plain-text cache file for remembering processed URLs. The match patterns are defined in the fetch() function and in the awk script and can be modified to -handle items differently depending on their context. The arguments for the -scripts are stdin or files in the sfeed(5) format. +handle items differently depending on their context. + +The arguments for the script are files in the sfeed(5) format. If no file +arguments are specified then the data is read from stdin. #!/bin/sh # sfeed_download: Downloader for URLs and enclosures in feed files. |