diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-12-10 12:06:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-12-10 12:06:28 +0300 |
commit | 0d0ea9d2a4199e905432bc435fbf4373702a3d53 (patch) | |
tree | 7c46eea1fb68b59e74bf357b7efbdf7e973f93fd /src/config | |
parent | Added partial BreezWiki Copy Raw support https://github.com/libredirect/libre... (diff) | |
download | libredirect-0d0ea9d2a4199e905432bc435fbf4373702a3d53.zip |
Fixed Isntagram reels not redirecting https://github.com/libredirect/libredirect/issues/559
Diffstat (limited to 'src/config')
-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 a7d2014c..cb0ed503 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -140,7 +140,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.)?instagram\\.com\\/?(p\\/|$)" + "^https?:\\/{2}(www\\.)?instagram\\.com\\/?(p\\/|reel\\/|$)" ], "name": "Instagram", "options": { |