diff options
Diffstat (limited to 'sfeedrc')
-rw-r--r-- | sfeedrc | 5 |
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 | ||
158 | feeds_friends() { | 159 | feeds_friends() { |
@@ -253,8 +254,8 @@ feedx() { # feedx [OPTIONS] FEED_ARGS... | |||
253 | 254 | ||
254 | yt_feed() { # yt_feed TITLE CHANNEL_ID | 255 | yt_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 ################################################ |