From 5d42f5a6e57b9ef5984d1842e74581209a488cc8 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 8 Feb 2025 03:27:55 +0000 Subject: [PATCH] feeds: add Lawfare Daily --- hosts/common/feeds.nix | 1 + .../feeds.acast.com/public/shows/lawfare/default.json | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 modules/data/feeds/sources/feeds.acast.com/public/shows/lawfare/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 2cbaf19df..16e86213a 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -72,6 +72,7 @@ let (fromDb "darknetdiaries.com" // tech) (fromDb "dwarkeshpatel.com" // tech) (fromDb "feeds.99percentinvisible.org/99percentinvisible" // pol) # 99% Invisible -- also available here: + (fromDb "feeds.acast.com/public/shows/lawfare" // pol) # (fromDb "feeds.buzzsprout.com/2412334.rss") # Matt Stoller's _Organized Money_ (fromDb "feeds.eff.org/howtofixtheinternet" // pol) (fromDb "feeds.feedburner.com/80000HoursPodcast" // rat) diff --git a/modules/data/feeds/sources/feeds.acast.com/public/shows/lawfare/default.json b/modules/data/feeds/sources/feeds.acast.com/public/shows/lawfare/default.json new file mode 100644 index 000000000..78cecc355 --- /dev/null +++ b/modules/data/feeds/sources/feeds.acast.com/public/shows/lawfare/default.json @@ -0,0 +1,9 @@ +{ + "description": "

The Lawfare Podcast features discussions with experts, policymakers, and opinion leaders at the nexus of national security, law, and policy. On issues from foreign policy, homeland security, intelligence, and cybersecurity to governance and law, we have doubled down on seriousness at a time when others are running away from it. Visit us at www.lawfareblog.com.

Support this show http://supporter.acast.com/lawfare.



Hosted on Acast. See acast.com/privacy for more information.

", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "The Lawfare Podcast", + "url": "https://feeds.acast.com/public/shows/lawfare", + "velocity": 0.507 +} \ No newline at end of file