commit 105a067b48a2e258b39e20a7b74078f2ebb6d8f0
parent 09160d2f4e699a72ccbb58c76b32a6670d965860
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 18 Jul 2018 18:09:12 +0200
sfeedrc.example: fix links
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"
}