From a370308749438588374a5f4adb623b7730f4c7f5 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 10 Feb 2023 04:17:16 +0300 Subject: Added WaybackClassic https://github.com/libredirect/libredirect/issues/578 --- src/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 3340f0eb..5eea75bf 100644 --- a/src/config.json +++ b/src/config.json @@ -632,6 +632,26 @@ "imageType": "svg", "embeddable": false, "url": "https://www.snopes.com" + }, + "waybackMachine": { + "frontends": { + "waybackClassic": { + "name": "Wayback Classic", + "instanceList": true, + "url": "https://github.com/ticky/wayback-classic" + } + }, + "targets": [ + "^https?:\\/{2}web\\.archive\\.org\\/" + ], + "name": "Wayback Machine", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://web.archive.org" } } } \ No newline at end of file -- cgit 1.4.1