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