From a58ac8ea3246f2b8c2271aae57084310d7b1ec68 Mon Sep 17 00:00:00 2001 From: xbdm Date: Sun, 7 May 2023 22:05:49 -0400 Subject: [PATCH 1/2] Scopes & Librarian Are Down The Librarian pussied out lol: https://bcow.xyz/posts/archiving-librarian/ Suds been down for quite some time, might remove it for the time being and then re-add it if he's going to come back. Source code: https://git.vern.cc/cobra/Suds Wayback Machine: https://web.archive.org/web/20230314215806if_/https://git.vern.cc/cobra/suds --- src/config.json | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/src/config.json b/src/config.json index 7957cb9..dfa8e5c 100644 --- a/src/config.json +++ b/src/config.json @@ -336,12 +336,6 @@ }, "lbry": { "frontends": { - "librarian": { - "name": "Librarian", - "embeddable": true, - "instanceList": true, - "url": "https://codeberg.org/librarian/librarian" - }, "lbryDesktop": { "name": "LBRY Desktop", "embeddable": false, @@ -624,26 +618,8 @@ "embeddable": false, "url": "https://wikipedia.org" }, - "snopes": { - "frontends": { - "suds": { - "name": "Suds", - "instanceList": true, - "url": "https://git.vern.cc/cobra/Suds" - } - }, - "targets": [ - "^https?:\\/{2}(www\\.)?snopes\\.com\\/" - ], - "name": "Snopes", - "options": { - "enabled": false, - "unsupportedUrls": "bypass" - }, - "imageType": "svg", - "embeddable": false, - "url": "https://www.snopes.com" - }, + + } "waybackMachine": { "frontends": { "waybackClassic": { @@ -747,4 +723,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} From aef72fd5b08b41e2a4c69791cd74a66f2836e276 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 9 May 2023 09:04:14 +0300 Subject: [PATCH 2/2] Keeped Suds --- src/config.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/config.json b/src/config.json index dfa8e5c..d5ae1fd 100644 --- a/src/config.json +++ b/src/config.json @@ -350,7 +350,6 @@ "name": "LBRY", "options": { "enabled": false, - "frontend": "librarian", "redirectType": "main_frame", "unsupportedUrls": "bypass" }, @@ -618,8 +617,26 @@ "embeddable": false, "url": "https://wikipedia.org" }, - - } + "snopes": { + "frontends": { + "suds": { + "name": "Suds", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Suds" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?snopes\\.com\\/" + ], + "name": "Snopes", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.snopes.com" + }, "waybackMachine": { "frontends": { "waybackClassic": { @@ -723,4 +740,4 @@ "url": "https://www.wolframalpha.com" } } -} +} \ No newline at end of file