From 9ca8c74ed7cfbb98c1790d63fed2bd3595406cae Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 31 Jul 2023 00:11:47 +0000 Subject: [PATCH] feeds: add wireshark podcast --- hosts/common/feeds.nix | 2 ++ .../sharkbytes.transistor.fm/default.json | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 modules/data/feeds/sources/sharkbytes.transistor.fm/default.json diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 3607d02f..dcf6aced 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -123,6 +123,8 @@ let (fromDb "feeds.simplecast.com/xKJ93w_w" // uncat) ## Ezra Klein Show (fromDb "feeds.simplecast.com/82FI35Px" // pol) + ## Wireshark Podcast o_0 + (fromDb "sharkbytes.transistor.fm" // tech) ]; texts = [ diff --git a/modules/data/feeds/sources/sharkbytes.transistor.fm/default.json b/modules/data/feeds/sources/sharkbytes.transistor.fm/default.json new file mode 100644 index 00000000..49307b1a --- /dev/null +++ b/modules/data/feeds/sources/sharkbytes.transistor.fm/default.json @@ -0,0 +1,23 @@ +{ + "bozo": 0, + "content_length": 26554, + "content_type": "application/rss+xml; charset=utf-8", + "description": "Welcome to the SharkBytes Podcast. We will discuss all things Wireshark, as well as topics from the world of Packet Analysis and SharkFest, our packet analysis and developer conference. We'll be hanging out with interesting people from diverse backgrounds in the industry and we'll also learn why the truth is always in the packets. Support this podcast: https://podcasters.spotify.com/pod/show/sharkbytes/support", + "favicon": "", + "favicon_data_uri": "", + "hubs": [ + "https://pubsubhubbub.appspot.com/" + ], + "is_podcast": true, + "is_push": true, + "item_count": 8, + "last_updated": "2023-06-29T15:00:00+00:00", + "score": 2, + "self_url": "https://anchor.fm/s/d4b7d750/podcast/rss", + "site_name": "", + "site_url": "", + "title": "SharkBytes Podcast", + "url": "https://anchor.fm/s/d4b7d750/podcast/rss", + "velocity": 0.025, + "version": "rss20" +} \ No newline at end of file