sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 0c6ca5aa4191aef9a19cc38db4eabf9009f36d08
parent 08b5e6ab3a4de0ff30743fa9c348724c11c55b74
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 18 Feb 2018 14:41:13 +0100

README: update sfeed_web example

Diffstat:
MREADME | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -154,12 +154,12 @@ Usage and examples Find RSS/Atom feed urls from a webpage: - url="codemadness.org"; curl -L -s "$url" | sfeed_web "$url" + url="https://codemadness.org"; curl -L -s "$url" | sfeed_web "$url" -output: +output example: - http://codemadness.org/blog/rss.xml application/rss+xml - http://codemadness.org/blog/atom.xml application/atom+xml + https://codemadness.org/blog/rss.xml application/rss+xml + https://codemadness.org/blog/atom.xml application/atom+xml - - -