diff options
author | Hygna <hygna@proton.me> | 2022-10-09 17:09:22 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-09 17:09:22 +0100 |
commit | c36def61eacec2549534028237a7538c218453dc (patch) | |
tree | 4b7e0c0c0ff612d8e529bcf38d186876d704fc46 | |
parent | Fix Conflicts in Brazilian translation (diff) | |
download | libredirect-c36def61eacec2549534028237a7538c218453dc.zip |
Fixed outbound youtube urls
Closes https://github.com/libredirect/libredirect/issues/470
Diffstat (limited to '')
-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 bb970525..afeb1151 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -93,7 +93,7 @@ } }, "targets": [ - "^https?:\\/{2}(?:www\\.|m\\.|)youtube.com(?!iframe_api\\/.*)", + "^https?:\\/{2}(?:www\\.|m\\.|)youtube.com(?!(?:iframe_api\\/.*)|(?:\/redirect))", "^https?:\\/{2}img\\.youtube.com\\/vi\\/.*\\/..*", "^https?:\\/{2}(?:i|s)\\.ytimg.com\\/vi\\/.*\\/..*", "^https?:\\/{2}(?:www\\.|music\\.|)youtube.com\\/watch?v=..*", |