diff options
author | Case Duckworth | 2022-08-08 13:01:54 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-08 13:01:54 -0500 |
commit | 023e9bf781c896814a7da734583d05416cb3fec9 (patch) | |
tree | 6b08815d682f2171fcea87fefd9d8a4a00889944 | |
parent | Use $1 to determine where to output things (diff) | |
download | sfeed-023e9bf781c896814a7da734583d05416cb3fec9.tar.gz sfeed-023e9bf781c896814a7da734583d05416cb3fec9.zip |
Unsub: web3 is going just great
-rw-r--r-- | sfeedrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeedrc b/sfeedrc index 679fc8b..a35227c 100644 --- a/sfeedrc +++ b/sfeedrc | |||
@@ -214,7 +214,6 @@ feeds_smolweb() { | |||
214 | feed "Cosmic Voyage" "https://cosmic.voyage/rss.xml" "https://cosmic.voyage/" "" | 214 | feed "Cosmic Voyage" "https://cosmic.voyage/rss.xml" "https://cosmic.voyage/" "" |
215 | feed "plan.cat" "https://plan.cat/rss" "https://plan.cat/" "" | 215 | feed "plan.cat" "https://plan.cat/rss" "https://plan.cat/" "" |
216 | feed "The Plain Text Project" "https://plaintextproject.online/feed.xml" "https://plaintextproject.online/" | 216 | feed "The Plain Text Project" "https://plaintextproject.online/feed.xml" "https://plaintextproject.online/" |
217 | feed "Web3 is going just great" "https://web3isgoinggreat.com/feed.xml" "https://web3isgoinggreat.com/" | ||
218 | } | 217 | } |
219 | 218 | ||
220 | feeds_comics() { | 219 | feeds_comics() { |
@@ -241,6 +240,7 @@ feeds_me() { | |||
241 | ### Remove feeds ################################################ | 240 | ### Remove feeds ################################################ |
242 | 241 | ||
243 | unsubscribe_feeds() { | 242 | unsubscribe_feeds() { |
243 | feed "Web3 is going just great" "https://web3isgoinggreat.com/feed.xml" "https://web3isgoinggreat.com/" | ||
244 | feed "Hacker News" "https://news.ycombinator.com/rss" "https://news.ycombinator.com/" "" | 244 | feed "Hacker News" "https://news.ycombinator.com/rss" "https://news.ycombinator.com/" "" |
245 | feed "uxn" "https://git.sr.ht/~rabbits/uxn/log/main/rss.xml" | 245 | feed "uxn" "https://git.sr.ht/~rabbits/uxn/log/main/rss.xml" |
246 | feed "uxnfth" "https://git.sr.ht/~binarycat/uxnfth/log/front/rss.xml" | 246 | feed "uxnfth" "https://git.sr.ht/~binarycat/uxnfth/log/front/rss.xml" |