summaryrefslogtreecommitdiff
path: root/sfeedrc.example
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 22:58:43 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-05 22:58:43 +0200
commit1f39da499c98b30e8763d4a64215ac0863d16248 (patch)
tree809f2b2099b0ebab6cd1a41014e7fe8563be1e94 /sfeedrc.example
parent8f0a3b962023aa957082aed2d704fc73c5afe7f9 (diff)
sfeedrc.example: update
Diffstat (limited to 'sfeedrc.example')
-rw-r--r--sfeedrc.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfeedrc.example b/sfeedrc.example
index f56b3be..2f8d86d 100644
--- a/sfeedrc.example
+++ b/sfeedrc.example
@@ -6,11 +6,12 @@
# list of feeds to fetch:
feeds() {
# feed <name> <feedurl> [basesiteurl] [encoding]
- feed "codemadness" "http://www.codemadness.nl/blog/rss.xml"
+ 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" "iso-8859-1"
- feed "phoronix" "http://feeds.feedburner.com/Phoronix"
+ feed "linux kernel" "http://kernel.org/kdist/rss.xml" "http://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"
}