summaryrefslogtreecommitdiff
path: root/sfeedrc.example
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-01-25 13:52:38 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-01-25 13:52:38 +0100
commit6781f58235d4a2ea695fb8293e76a81605493f9f (patch)
tree74d88e2e796d1a26c73b06f88028d41129776fda /sfeedrc.example
parentde903c0e8a4e79faec8f73a4c27a432282e8a329 (diff)
sfeedrc.example: fix/update urls, add 2 examples for github and reddit
Diffstat (limited to 'sfeedrc.example')
-rw-r--r--sfeedrc.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfeedrc.example b/sfeedrc.example
index f29f057..5ead13d 100644
--- a/sfeedrc.example
+++ b/sfeedrc.example
@@ -3,12 +3,14 @@
# list of feeds to fetch:
feeds() {
# feed <name> <feedurl> [basesiteurl] [encoding]
- feed "codemadness" "http://www.codemadness.nl/rss.xml"
+ feed "codemadness" "https://www.codemadness.nl/atom.xml"
feed "explosm" "http://feeds.feedburner.com/Explosm"
+ feed "golang github releases" "https://github.com/golang/go/releases.atom"
feed "linux kernel" "https://www.kernel.org/feeds/kdist.xml" "https://www.kernel.org"
+ feed "reddit openbsd" "https://old.reddit.com/r/openbsd/.rss"
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 "youtube golang" "https://www.youtube.com/feeds/videos.xml?channel_id=UCO3LEtymiLrgvpb59cNsb8A"
feed "xkcd" "https://xkcd.com/atom.xml" "https://xkcd.com"
}