From 00a25f15334a9fb0e59fd55ea0ebbee7121c9890 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 1 Aug 2024 19:52:22 +0000 Subject: [PATCH] feeds: fix complex systems URL --- hosts/common/feeds.nix | 2 +- .../feeds/sources/complexsystemspodcast.com/default.json | 9 --------- .../default.json | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 modules/data/feeds/sources/complexsystemspodcast.com/default.json create mode 100644 modules/data/feeds/sources/feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 005aca9f3..33573bce5 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -63,7 +63,6 @@ let (fromDb "anchor.fm/s/2da69154/podcast/rss" // tech) # POD OF JAKE -- https://podofjake.com/ (fromDb "cast.postmarketos.org" // tech) (fromDb "congressionaldish.libsyn.com" // pol) # Jennifer Briney - (fromDb "complexsystemspodcast.com" // tech) # Patrick Mackenzie (from Bits About Money) (fromDb "craphound.com" // pol) # Cory Doctorow -- both podcast & text entries (fromDb "darknetdiaries.com" // tech) (fromDb "feed.podbean.com/matrixlive/feed.xml" // tech) # Matrix (chat) Live @@ -77,6 +76,7 @@ let (fromDb "feeds.simplecast.com/wgl4xEgL" // rat) # Econ Talk (fromDb "feeds.simplecast.com/xKJ93w_w" // uncat) # Atlas Obscura (fromDb "feeds.transistor.fm/acquired" // tech) + (fromDb "feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11" // tech) # Patrick Mackenzie (from Bits About Money) (fromDb "feeds.twit.tv/floss.xml" // tech) (fromDb "fulltimenix.com" // tech) (fromDb "futureofcoding.org/episodes" // tech) diff --git a/modules/data/feeds/sources/complexsystemspodcast.com/default.json b/modules/data/feeds/sources/complexsystemspodcast.com/default.json deleted file mode 100644 index bb6697bff..000000000 --- a/modules/data/feeds/sources/complexsystemspodcast.com/default.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Patrick McKenzie (patio11) podcast on technology, finance, and systems thinking.", - "is_podcast": false, - "site_name": "Complex Systems", - "site_url": "https://www.complexsystemspodcast.com", - "title": "Complex Systems", - "url": "https://www.complexsystemspodcast.com/episodes/rss/", - "velocity": 0.143 -} \ No newline at end of file diff --git a/modules/data/feeds/sources/feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11/default.json b/modules/data/feeds/sources/feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11/default.json new file mode 100644 index 000000000..f19167cb9 --- /dev/null +++ b/modules/data/feeds/sources/feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11/default.json @@ -0,0 +1,9 @@ +{ + "description": "We live in a world where our civilization and daily lives depend upon institutions, infrastructure, and technological substrates that are _complicated_ but not _unknowable_.", + "is_podcast": true, + "site_name": "", + "site_url": "https://feeds.transistor.fm", + "title": "Complex Systems with Patrick McKenzie (patio11)", + "url": "https://feeds.transistor.fm/complex-systems-with-patrick-mckenzie-patio11", + "velocity": 0.143 +} \ No newline at end of file