diff options
| author | Hygna <hygna@proton.me> | 2022-10-26 12:21:19 +0100 |
|---|---|---|
| committer | Hygna <hygna@proton.me> | 2022-10-26 12:21:19 +0100 |
| commit | 86306f0d7cee40eee2cf81ce0ad7ea08a333f71a (patch) | |
| tree | 4b528c6b079a3074e3a9cace871df0126ae10593 | |
| parent | Clean up various minor issues (#506) (diff) | |
| download | libredirect-86306f0d7cee40eee2cf81ce0ad7ea08a333f71a.zip | |
Added redirections for mobile imdb urls
closes https://github.com/libredirect/libredirect/issues/508
| -rw-r--r-- | src/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
