From 013ab89f7fc6cdee4887af4ee4605658ca311ac4 Mon Sep 17 00:00:00 2001 From: Sid Date: Wed, 4 Oct 2023 16:24:29 -0400 Subject: [PATCH] Update rss.js --- rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.js b/rss.js index bfb90c3..b6ee19a 100644 --- a/rss.js +++ b/rss.js @@ -3,7 +3,7 @@ function wrapHtml(input, wrapper, extra = "") { } var reqURL = - "https://www.toptal.com/developers/feed2json/convert?url=" + + "https://api.rss2json.com/v1/api.json?rss_url=" + encodeURIComponent("https://symmetricalos.github.io/feeds/rss.xml"); $.ajax({