sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 70426c5b55dd9d1f96860644d868fb3399e5a4df
parent da2726ca7789f7b6edf85cee496f20fdc1332afc
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 22 Mar 2022 17:29:11 +0100

README: sfeed_download: remove a line

Diffstat:
MREADME | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README @@ -815,8 +815,7 @@ arguments are specified then the data is read from stdin. fi log "${feedname}" "${msg}" "START" - fetch "${url}" "${feedname}" - if [ $? = 0 ]; then + if fetch "${url}" "${feedname}"; then log "${feedname}" "${msg}" "OK" # append it safely in parallel to the cachefile on a