diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 0796f8a9..dfcf3e1c 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -104,6 +104,7 @@ let (fromDb "sharkbytes.transistor.fm" // tech) # Wireshark Podcast o_0 (fromDb "sscpodcast.libsyn.com" // rat) # Astral Codex Ten (fromDb "talesfromthebridge.buzzsprout.com" // tech) # Sci-Fi? has Peter Watts; author of No Moods, Ads or Cutesy Fucking Icons (rifters.com) + (fromDb "theamphour.com" // tech) (fromDb "techtalesshow.com" // tech) # Corbin Davenport (fromDb "techwontsave.us" // pol) # rec by Cory Doctorow (fromDb "wakingup.libsyn.com" // pol) # Sam Harris diff --git a/modules/data/feeds/sources/theamphour.com/default.json b/modules/data/feeds/sources/theamphour.com/default.json new file mode 100644 index 00000000..08619282 --- /dev/null +++ b/modules/data/feeds/sources/theamphour.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "Keep Current", + "is_podcast": true, + "site_name": "The Amp Hour Electronics Podcast | A weekly show about the trends in the electronic industry.", + "site_url": "https://theamphour.com", + "title": "The Amp Hour Electronics Podcast", + "url": "https://theamphour.com/feed/podcast/", + "velocity": 0.107 +} \ No newline at end of file