From d1e13c74a8ea5a7972411b010b34534264693c18 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Thu, 21 Mar 2019 15:28:41 -0400 Subject: [PATCH] Switch from quitter to status --- 2019/tv/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/tv/index.html b/2019/tv/index.html index 89924869..b75cc7cf 100755 --- a/2019/tv/index.html +++ b/2019/tv/index.html @@ -329,7 +329,7 @@ aside { position: relative; } const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser()) var frag = document.createDocumentFragment() var hasBegun = true -var feedUrl = 'https://quitter.im/libreplanet/all/rss' +var feedUrl = 'https://status.fsf.org/lpstatus/all/rss' /* Fetch the RSS Feed */ fetch(feedUrl).then((res) => { res.text().then((xmlTxt) => { -- 2.25.1