From 76e84c30d4a1b63d2107b9448372fc8405e9e657 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 6 Feb 2023 19:31:28 +0300 Subject: Added Suds: https://github.com/libredirect/libredirect/issues/595 --- src/config.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 066b8cc0..fcd2f797 100644 --- a/src/config.json +++ b/src/config.json @@ -580,6 +580,25 @@ "imageType": "svg", "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 + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.snopes.com" } } } -- cgit 1.4.1