From 0c6ca5aa4191aef9a19cc38db4eabf9009f36d08 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 18 Feb 2018 14:41:13 +0100 Subject: README: update sfeed_web example --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 2ebf6c6..a76641f 100644 --- 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 - - - -- cgit v1.2.3