diff options
author | Case Duckworth | 2022-07-18 13:36:13 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 13:36:13 -0500 |
commit | 2e46868c6044de4f4c5f23a38db32c38d5ea726b (patch) | |
tree | d394439a7c4e511d46318b45a0b386bd0f2aa6cd | |
parent | Ignore urls/ (diff) | |
download | sfeed-2e46868c6044de4f4c5f23a38db32c38d5ea726b.tar.gz sfeed-2e46868c6044de4f4c5f23a38db32c38d5ea726b.zip |
Add HN/lobste.rs
-rw-r--r-- | sfeedrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfeedrc b/sfeedrc index cc1f5f5..58fd6fb 100644 --- a/sfeedrc +++ b/sfeedrc | |||
@@ -124,8 +124,9 @@ feeds_comics() { | |||
124 | } | 124 | } |
125 | 125 | ||
126 | feeds_news() { | 126 | feeds_news() { |
127 | feed "tilde news: Private feed for acdw" \ | 127 | feed "Hacker News" 'https://news.ycombinator.com/rss' |
128 | 'https://tilde.news/rss?token=FvdFj8rQkhrBy9j1yON1t6RYKDdcuG1MoUlyvRICmbgDGCf2JTWAEObDhdgt' | 128 | feed "lobste.rs" 'https://lobste.rs/rss' |
129 | feed "tilde news" 'https://tilde.news/rss' | ||
129 | feed "Tildes Atom feed" 'https://tildes.net/topics.atom' | 130 | feed "Tildes Atom feed" 'https://tildes.net/topics.atom' |
130 | feed "NPR" "https://feeds.npr.org/1001/rss.xml" | 131 | feed "NPR" "https://feeds.npr.org/1001/rss.xml" |
131 | } | 132 | } |