From 0e94dbf2f39f2d2b03f144dc6274580e97d6f7bc Mon Sep 17 00:00:00 2001 From: Hygna Date: Wed, 12 Oct 2022 08:14:11 +0200 Subject: Fixed some quora redirects --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.json b/src/config/config.json index 9b77e405..d006f8ba 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -397,7 +397,7 @@ } }, "targets": [ - "^https?:\\/{2}([a-z]+\\.)*quora\\.com" + "^https?:\\/{2}([a-zA-Z0-9-]+\\.)*quora\\.com" ], "name": "Quora", "options": { -- cgit 1.4.1