From 3467a5df48ad093a9b97265f42f3245a6a961a8c Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 13 Dec 2023 22:31:58 +0000 Subject: [PATCH] feeds: subscribe Origin Stories --- hosts/common/feeds.nix | 1 + .../feeds/sources/originstories.libsyn.com/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/originstories.libsyn.com/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 52f8c2a6..f6c68f91 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -85,6 +85,7 @@ let (fromDb "mapspodcast.libsyn.com" // uncat) # Multidisciplinary Association for Psychedelic Studies (fromDb "omegataupodcast.net" // tech) # 3/4 German; 1/4 eps are English (fromDb "omny.fm/shows/cool-people-who-did-cool-stuff" // pol) # Maggie Killjoy -- referenced by Cory Doctorow + (fromDb "originstories.libsyn.com" // uncat) (fromDb "podcast.posttv.com/itunes/post-reports.xml" // pol) (fromDb "podcast.thelinuxexp.com" // tech) (fromDb "politicalorphanage.libsyn.com" // pol) diff --git a/modules/data/feeds/sources/originstories.libsyn.com/default.json b/modules/data/feeds/sources/originstories.libsyn.com/default.json new file mode 100644 index 00000000..cb40adab --- /dev/null +++ b/modules/data/feeds/sources/originstories.libsyn.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "Explore human evolution one story at a time. This award-winning show blends storytelling with science that will change your understanding of who we are.", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "Origin Stories", + "url": "https://feeds.libsyn.com/65014/rss", + "velocity": 0.024 +} \ No newline at end of file