diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index ffa39067..3470bdc0 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -79,8 +79,9 @@ let (fromDb "feeds.transistor.fm/acquired" // tech) ## ACQ2 - more "Acquired" episodes (fromDb "acquiredlpbonussecretsecret.libsyn.com" // tech) - # The Intercept - Deconstructed; also available: - (fromDb "rss.prod.firstlook.media/deconstructed/podcast.rss" // pol) + # The Intercept - Deconstructed + (fromDb "rss.acast.com/deconstructed") + # (fromDb "rss.prod.firstlook.media/deconstructed/podcast.rss" // pol) #< possible URL rot ## The Daily (mkPod "https://feeds.simplecast.com/54nAGcIl" // pol // daily) # The Intercept - Intercepted; also available: diff --git a/modules/data/feeds/sources/rss.acast.com/deconstructed/default.json b/modules/data/feeds/sources/rss.acast.com/deconstructed/default.json new file mode 100644 index 00000000..25a6efa9 --- /dev/null +++ b/modules/data/feeds/sources/rss.acast.com/deconstructed/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 918085, + "content_type": "application/xml; charset=utf-8", + "description": "A show that cuts through all the political drivel and media misinformation to give you a straight take on one big news story of the week.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [], + "is_podcast": true, + "is_push": false, + "item_count": 238, + "last_updated": "2023-06-06T16:03:38+00:00", + "score": 10, + "self_url": "https://feeds.acast.com/public/shows/1d1223a2-9d05-473b-9e79-c2b65b71d676", + "site_name": "", + "site_url": "", + "title": "Deconstructed", + "url": "https://feeds.acast.com/public/shows/1d1223a2-9d05-473b-9e79-c2b65b71d676", + "velocity": 0.123, + "version": "rss20" +} \ No newline at end of file diff --git a/modules/data/feeds/sources/rss.prod.firstlook.media/deconstructed/podcast.rss/default.json b/modules/data/feeds/sources/rss.prod.firstlook.media/deconstructed/podcast.rss/default.json deleted file mode 100644 index 38d1864f..00000000 --- a/modules/data/feeds/sources/rss.prod.firstlook.media/deconstructed/podcast.rss/default.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "bozo": 0, - "content_length": 809084, - "content_type": "application/xml+rss; charset=utf-8", - "description": "A show that cuts through all the political drivel and media misinformation to give you a straight take on one big news story of the week.", - "favicon": null, - "hubs": [], - "is_podcast": true, - "is_push": false, - "item_count": 217, - "last_seen": "2023-01-11T13:40:50.240217+00:00", - "last_updated": "2023-01-06T10:37:50+00:00", - "score": 16, - "self_url": "https://feeds.acast.com/public/shows/1d1223a2-9d05-473b-9e79-c2b65b71d676", - "site_name": null, - "site_url": null, - "title": "Deconstructed", - "url": "https://rss.prod.firstlook.media/deconstructed/podcast.rss", - "velocity": 0.122, - "version": "rss20" -}