about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-10 21:32:43 -0500
committerCase Duckworth2022-08-10 21:32:43 -0500
commit2fa94885b05b235aeef27981d739afcd0236579f (patch)
tree3c759c7ba4ccfe9be3c402550d3ba88ab439f747
parentReset feed,site_url in the right place (diff)
downloadsfeed-2fa94885b05b235aeef27981d739afcd0236579f.tar.gz
sfeed-2fa94885b05b235aeef27981d739afcd0236579f.zip
Add A Problem Squared
-rw-r--r--sfeedrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfeedrc b/sfeedrc index 1c70548..72ee473 100644 --- a/sfeedrc +++ b/sfeedrc
@@ -153,6 +153,7 @@ feeds_podcasts() {
153 feedx "trash cat tech cat" "https://podcast.librepunk.club/tctc/ogg.xml" "https://podcast.librepunk.club/tctc/" "" 153 feedx "trash cat tech cat" "https://podcast.librepunk.club/tctc/ogg.xml" "https://podcast.librepunk.club/tctc/" ""
154 feedx "Hacker Public Radio" "https://hackerpublicradio.org/hpr_ogg_rss.php" "https://hackerpublicradio.org/" "" 154 feedx "Hacker Public Radio" "https://hackerpublicradio.org/hpr_ogg_rss.php" "https://hackerpublicradio.org/" ""
155 feedx "Levar Burton Reads" "https://feeds.simplecast.com/LDNgBXht" 155 feedx "Levar Burton Reads" "https://feeds.simplecast.com/LDNgBXht"
156 feedx "A Problem Squared" "https://feeds.libsyn.com/230510/rss"
156} 157}
157 158
158feeds_friends() { 159feeds_friends() {
@@ -253,8 +254,8 @@ feedx() { # feedx [OPTIONS] FEED_ARGS...
253 254
254yt_feed() { # yt_feed TITLE CHANNEL_ID 255yt_feed() { # yt_feed TITLE CHANNEL_ID
255 feedx -t yt "$1 [yt]" \ 256 feedx -t yt "$1 [yt]" \
256 "https://www.youtube.com/feeds/videos.xml?channel_id=$2" \ 257 "https://www.youtube.com/feeds/videos.xml?channel_id=$2" \
257 "https://youtube.com/channel/$2" 258 "https://youtube.com/channel/$2"
258} 259}
259 260
260### Remove feeds ################################################ 261### Remove feeds ################################################