diff --git a/hosts/common/feeds.nix b/hosts/common/feeds.nix index 1061d5eb5..a45c2b13b 100644 --- a/hosts/common/feeds.nix +++ b/hosts/common/feeds.nix @@ -86,6 +86,7 @@ let (fromDb "hackerpublicradio.org" // tech) (fromDb "lexfridman.com/podcast" // rat) (fromDb "linktr.ee/betteroffline" // pol) + (fromDb "linuxdevtime.com" // tech) (fromDb "mapspodcast.libsyn.com" // uncat) # Multidisciplinary Association for Psychedelic Studies (fromDb "microarch.club" // tech) (fromDb "mintcast.org" // tech) diff --git a/modules/data/feeds/sources/linuxdevtime.com/default.json b/modules/data/feeds/sources/linuxdevtime.com/default.json new file mode 100644 index 000000000..457dc321e --- /dev/null +++ b/modules/data/feeds/sources/linuxdevtime.com/default.json @@ -0,0 +1,9 @@ +{ + "description": "Professional software developers Amolith and Kevin join Joe and guests to discuss developing with, and for Linux.", + "is_podcast": true, + "site_name": "", + "site_url": "", + "title": "Linux Dev Time", + "url": "https://latenightlinux.com/feed/extra", + "velocity": 0.045 +} \ No newline at end of file