From 86306f0d7cee40eee2cf81ce0ad7ea08a333f71a Mon Sep 17 00:00:00 2001 From: Hygna Date: Wed, 26 Oct 2022 12:21:19 +0100 Subject: Added redirections for mobile imdb urls closes https://github.com/libredirect/libredirect/issues/508 --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config/config.json b/src/config/config.json index b1cbd036..b4ff8d17 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -363,7 +363,7 @@ "instanceList": true } }, - "targets": ["^https?:\\/{2}(?:www\\.|)imdb\\.com\\/title"], + "targets": ["^https?:\\/{2}(?:www\\.|m\\.|)imdb\\.com\\/title"], "name": "IMDb", "options": { "enabled": true -- cgit 1.4.1