From 1f39da499c98b30e8763d4a64215ac0863d16248 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 5 Aug 2015 22:58:43 +0200 Subject: sfeedrc.example: update --- sfeedrc.example | 7 ++++--- 1 file 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 [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" } -- cgit v1.2.3