diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-02-18 14:41:13 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-02-18 14:41:13 +0100 |
commit | 0c6ca5aa4191aef9a19cc38db4eabf9009f36d08 (patch) | |
tree | 0db5a168417fd8c5008e2b3d58ecea1a9da91a42 /README | |
parent | 08b5e6ab3a4de0ff30743fa9c348724c11c55b74 (diff) |
README: update sfeed_web example
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 - - - |