diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 28228983..ab49faaf 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -55,7 +55,7 @@ let (mkPod "https://anchor.fm/s/34c7232c/podcast/rss" // tech // infrequent) (fromDb "feeds.feedburner.com/80000HoursPodcast" // rat) (fromDb "allinchamathjason.libsyn.com" // pol) - (mkPod "https://acquired.libsyn.com/rss" // tech // infrequent) + (fromDb "acquired.libsyn.com" // tech) # The Intercept - Deconstructed; also available: (fromDb "rss.prod.firstlook.media/deconstructed/podcast.rss" // pol) ## The Daily @@ -72,7 +72,7 @@ let (fromDb "wakingup.libsyn.com" // pol) ## 99% Invisible -- also available here: (fromDb "feeds.99percentinvisible.org/99percentinvisible" // pol) - (mkPod "https://rss.acast.com/ft-tech-tonic" // tech // infrequent) + (fromDb "rss.acast.com/ft-tech-tonic" // tech) (fromDb "feeds.feedburner.com/dancarlin/history" // rat) ## 60 minutes (NB: this features more than *just* audio?) (mkPod "https://www.cbsnews.com/latest/rss/60-minutes" // pol // infrequent) diff --git a/modules/data/feeds/sources/rss.acast.com/ft-tech-tonic/default.json b/modules/data/feeds/sources/rss.acast.com/ft-tech-tonic/default.json new file mode 100644 index 00000000..4b0c16a0 --- /dev/null +++ b/modules/data/feeds/sources/rss.acast.com/ft-tech-tonic/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 550915, + "content_type": "application/xml; charset=utf-8", + "description": "The show that looks at the way technology is changing our economies, societies and daily lives.", + "favicon": null, + "hubs": [], + "is_podcast": true, + "is_push": false, + "item_count": 160, + "last_seen": "2023-01-11T15:31:40.303733+00:00", + "last_updated": "2022-11-22T05:00:36+00:00", + "score": 10, + "self_url": "https://feeds.acast.com/public/shows/125ef5a6-6c61-4024-b70e-3487a971a26c", + "site_name": null, + "site_url": null, + "title": "FT Tech Tonic", + "url": "https://feeds.acast.com/public/shows/125ef5a6-6c61-4024-b70e-3487a971a26c", + "velocity": 0.072, + "version": "rss20" +}