From 4cc5eed884bb20082c5b07d69608cb5b8398e5f7 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 5 Dec 2023 04:25:25 +0000 Subject: [PATCH] feeds: subscribe to srslywrong.com --- hosts/common/feeds.nix | 1 + modules/data/feeds/sources/srslywrong.com/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/srslywrong.com/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index f34e0066..04deacb5 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -93,6 +93,7 @@ let (fromDb "rss.art19.com/60-minutes" // pol) (fromDb "rss.art19.com/the-portal" // rat) # Eric Weinstein (fromDb "seattlenice.buzzsprout.com" // pol) + (fromDb "srslywrong.com" // pol) (fromDb "sharkbytes.transistor.fm" // tech) # Wireshark Podcast o_0 (fromDb "sscpodcast.libsyn.com" // rat) # Astral Codex Ten (fromDb "talesfromthebridge.buzzsprout.com" // tech) # Sci-Fi? has Peter Watts; author of No Moods, Ads or Cutesy Fucking Icons (rifters.com) diff --git a/modules/data/feeds/sources/srslywrong.com/default.json b/modules/data/feeds/sources/srslywrong.com/default.json new file mode 100644 index 00000000..4e521f2e --- /dev/null +++ b/modules/data/feeds/sources/srslywrong.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "utopian leftist comedy podcast", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "Srsly Wrong", + "url": "http://feeds.feedburner.com/SrslyWrong", + "velocity": 0.071 +} \ No newline at end of file