From f1b47e5de9d563690ed0becd8f79b3cd8ca83427 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 21 Mar 2023 01:23:36 +0000 Subject: [PATCH] RSS: (re-)subscribe to UnNamed Reverse Engineering Podcast --- hosts/common/feeds.nix | 2 ++ .../rss/default.json | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 modules/data/feeds/sources/reverseengineering.libsyn.com/rss/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 84f22cb2..c5458749 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -107,6 +107,8 @@ let (fromDb "seattlenice.buzzsprout.com" // pol) ## Sci-Fi? has Peter Watts; author of No Moods, Ads or Cutesy Fucking Icons (rifters.com) (fromDb "talesfromthebridge.buzzsprout.com" // tech) + ## UnNamed Reverse Engineering Podcast + (fromDb "reverseengineering.libsyn.com/rss" // tech) ]; texts = [ diff --git a/modules/data/feeds/sources/reverseengineering.libsyn.com/rss/default.json b/modules/data/feeds/sources/reverseengineering.libsyn.com/rss/default.json new file mode 100644 index 00000000..fb57259f --- /dev/null +++ b/modules/data/feeds/sources/reverseengineering.libsyn.com/rss/default.json @@ -0,0 +1,21 @@ +{ + "bozo": 0, + "content_length": 560867, + "content_type": "application/rss+xml; charset=utf-8", + "description": "Listen and learn about different reverse engineering hardware projects and methods as Alvaro (@alvaroprieto) and Jen(@rebelbotjen) talk with guests about their work.", + "favicon": "", + "favicon_data_uri": "", + "hubs": [], + "is_podcast": true, + "is_push": false, + "item_count": 63, + "last_updated": "2022-12-30T15:42:48+00:00", + "score": 18, + "self_url": "https://reverseengineering.libsyn.com/rss", + "site_name": "", + "site_url": "", + "title": "Unnamed Reverse Engineering Podcast", + "url": "https://reverseengineering.libsyn.com/rss", + "velocity": 0.032, + "version": "rss20" +} \ No newline at end of file