feeds: fix complex systems URL

This commit is contained in:
2024-08-01 19:52:22 +00:00
parent bc0a1eb1b3
commit 00a25f1533
3 changed files with 10 additions and 10 deletions

View File

@@ -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)

View File

@@ -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
}

View File

@@ -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
}