From 1724ac60e5ff6e40e72a477131cd7d02cade942b Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 10 Jun 2023 23:08:51 +0000 Subject: [PATCH] feeds: update URL for The Intercept --- hosts/common/feeds.nix | 5 +++-- .../default.json | 21 +++++++++++++++++++ .../intercepted/podcast.rss/default.json | 21 ------------------- 3 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 modules/data/feeds/sources/rss.acast.com/intercepted-with-jeremy-scahill/default.json delete mode 100644 modules/data/feeds/sources/rss.prod.firstlook.media/intercepted/podcast.rss/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 3470bdc0..64bdddc4 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -84,8 +84,9 @@ let # (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: - (fromDb "rss.prod.firstlook.media/intercepted/podcast.rss" // pol) + # The Intercept - Intercepted + (fromDb "rss.acast.com/intercepted-with-jeremy-scahill") + # (fromDb "rss.prod.firstlook.media/intercepted/podcast.rss" // pol) #< possible URL rot (fromDb "podcast.posttv.com/itunes/post-reports.xml" // pol) ## Eric Weinstein (fromDb "rss.art19.com/the-portal" // rat) diff --git a/modules/data/feeds/sources/rss.acast.com/intercepted-with-jeremy-scahill/default.json b/modules/data/feeds/sources/rss.acast.com/intercepted-with-jeremy-scahill/default.json new file mode 100644 index 00000000..11d6a1cf --- /dev/null +++ b/modules/data/feeds/sources/rss.acast.com/intercepted-with-jeremy-scahill/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 1131706, + "content_type": "application/xml; charset=utf-8", + "description": "The people behind The Intercept\u2019s fearless reporting and incisive commentary discuss the crucial issues of our time.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [], + "is_podcast": true, + "is_push": false, + "item_count": 261, + "last_updated": "2023-06-07T09:30:43+00:00", + "score": 10, + "self_url": "https://feeds.acast.com/public/shows/f5b64019-68c3-57d4-b70b-043e63e5cbf6", + "site_name": "", + "site_url": "", + "title": "Intercepted", + "url": "https://feeds.acast.com/public/shows/f5b64019-68c3-57d4-b70b-043e63e5cbf6", + "velocity": 0.111, + "version": "rss20" +} \ No newline at end of file diff --git a/modules/data/feeds/sources/rss.prod.firstlook.media/intercepted/podcast.rss/default.json b/modules/data/feeds/sources/rss.prod.firstlook.media/intercepted/podcast.rss/default.json deleted file mode 100644 index 660988bf..00000000 --- a/modules/data/feeds/sources/rss.prod.firstlook.media/intercepted/podcast.rss/default.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "bozo": 0, - "content_length": 1034995, - "content_type": "application/xml+rss; charset=utf-8", - "description": "The people behind The Intercept’s fearless reporting and incisive commentary discuss the crucial issues of our time.", - "favicon": null, - "hubs": [], - "is_podcast": true, - "is_push": false, - "item_count": 243, - "last_seen": "2023-01-11T14:04:41.283509+00:00", - "last_updated": "2022-12-21T10:30:43+00:00", - "score": 16, - "self_url": "https://feeds.acast.com/public/shows/f5b64019-68c3-57d4-b70b-043e63e5cbf6", - "site_name": null, - "site_url": null, - "title": "Intercepted", - "url": "https://rss.prod.firstlook.media/intercepted/podcast.rss", - "velocity": 0.112, - "version": "rss20" -}