summaryrefslogtreecommitdiff
path: root/sfeedrc.example
blob: 2f8d86d505e0c4f06b9a0072014ec570750798d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# paths
# NOTE: make sure to uncomment all these if you change it.
#sfeedpath="$HOME/.sfeed"
#sfeeddir="${sfeedpath}/feeds"

# list of feeds to fetch:
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 "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"
}