diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-07-18 18:09:12 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-07-18 18:09:12 +0200 |
commit | 105a067b48a2e258b39e20a7b74078f2ebb6d8f0 (patch) | |
tree | 4195cd0f98cda180ff8caac2f43ada6956b76069 /sfeedrc.example | |
parent | 09160d2f4e699a72ccbb58c76b32a6670d965860 (diff) |
sfeedrc.example: fix links
Diffstat (limited to 'sfeedrc.example')
-rw-r--r-- | sfeedrc.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeedrc.example b/sfeedrc.example index abe8482..f29f057 100644 --- a/sfeedrc.example +++ b/sfeedrc.example @@ -5,10 +5,10 @@ feeds() { # feed <name> <feedurl> [basesiteurl] [encoding] feed "codemadness" "http://www.codemadness.nl/rss.xml" feed "explosm" "http://feeds.feedburner.com/Explosm" - feed "linux kernel" "http://kernel.org/kdist/rss.xml" "http://kernel.org" + feed "linux kernel" "https://www.kernel.org/feeds/kdist.xml" "https://www.kernel.org" feed "slashdot" "http://rss.slashdot.org/Slashdot/slashdot" "http://slashdot.org" feed "tweakers" "http://feeds.feedburner.com/tweakers/mixed" "http://tweakers.net" "iso-8859-1" # get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1 feed "yt golang" "https://www.youtube.com/feeds/videos.xml?channel_id=UCO3LEtymiLrgvpb59cNsb8A" - feed "xkcd" "http://xkcd.com/atom.xml" "http://xkcd.com" + feed "xkcd" "https://xkcd.com/atom.xml" "https://xkcd.com" } |