diff options
author | Hygna <hygna@proton.me> | 2022-09-09 15:55:33 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-09 15:55:33 +0100 |
commit | 4cab752e05dd479c4c3da7c06c276de51ca9f637 (patch) | |
tree | 8f42c2edea9aca343d5d8cf4f2e813a79d6f0d9f /src/config | |
parent | Make redirect not return on a single instance frontend (diff) | |
download | libredirect-4cab752e05dd479c4c3da7c06c276de51ca9f637.zip |
All irregular url structures completed
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 db991772..3d4d3f8b 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -64,7 +64,7 @@ }, "singleInstanceFrontends": ["freetube", "yatte"], "targets": [ - "^https?:\\/{2}(www\\.|music\\.|m\\.|)youtube.com(\\/.*|$)", + "^https?:\\/{2}(www\\.|music\\.|m\\.|)youtube.com(\\(?!iframe_api)/.*|$)", "^https?:\\/{2}img\\.youtube.com\\/vi\\/.*\\/..*", "^https?:\\/{2}(i|s)\\.ytimg.com\\/vi\\/.*\\/..*", "^https?:\\/{2}(www\\.|music\\.|)youtube.com\\/watch?v=..*", |