diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 7f8294a6..428f7d1d 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -72,7 +72,7 @@ let ## 99% Invisible (mkPod "https://feeds.simplecast.com/BqbsxVfO" // pol // infrequent) (mkPod "https://rss.acast.com/ft-tech-tonic" // tech // infrequent) - (mkPod "https://feeds.feedburner.com/dancarlin/history?format=xml" // rat // infrequent) + (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) ## The Verge - Decoder diff --git a/modules/data/feeds/sources/feeds.feedburner.com/dancarlin/history/default.json b/modules/data/feeds/sources/feeds.feedburner.com/dancarlin/history/default.json new file mode 100644 index 00000000..5b90cc79 --- /dev/null +++ b/modules/data/feeds/sources/feeds.feedburner.com/dancarlin/history/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 23712, + "content_type": "text/xml; charset=utf-8", + "description": "This isn't academic history (and Carlin isn't a historian) but the podcast's unique blend of high drama, masterful narration and Twilight Zone-style twists has entertained millions of listeners.", + "favicon": null, + "hubs": [], + "is_podcast": true, + "is_push": false, + "item_count": 13, + "last_seen": "2023-01-11T15:05:34.359948+00:00", + "last_updated": "2022-03-06T19:08:44+00:00", + "score": 2, + "self_url": "https://feeds.feedburner.com/dancarlin/history?format=xml", + "site_name": null, + "site_url": null, + "title": "Dan Carlin's Hardcore History", + "url": "https://feeds.feedburner.com/dancarlin/history", + "velocity": 0.005, + "version": "rss20" +}