From 3fc3b6b42365bd5f303fc184dea7a9ad653e31a5 Mon Sep 17 00:00:00 2001 From: JuanPabloDiaz Date: Fri, 30 Aug 2024 10:02:17 -0400 Subject: [PATCH] [Add] Syntax closes #2475 --- database/other/podcasts.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/other/podcasts.json b/database/other/podcasts.json index 05845b316..22cdbf3e5 100644 --- a/database/other/podcasts.json +++ b/database/other/podcasts.json @@ -33,5 +33,12 @@ "url": "https://darknetdiaries.com", "category": "other", "subcategory": "podcasts" + }, + { + "name": "Syntax", + "description": "In Syntax, hosts Wes Bos and Scott Tolinski talk about web development, from JavaScript to CSS, and everything in between.", + "url": "https://syntax.fm/", + "category": "other", + "subcategory": "podcasts" } ]