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