about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-09-09 15:55:33 +0100
committerHygna <hygna@proton.me>2022-09-09 15:55:33 +0100
commit4cab752e05dd479c4c3da7c06c276de51ca9f637 (patch)
tree8f42c2edea9aca343d5d8cf4f2e813a79d6f0d9f /src/config
parentMake redirect not return on a single instance frontend (diff)
downloadlibredirect-4cab752e05dd479c4c3da7c06c276de51ca9f637.zip
All irregular url structures completed
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.json2
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=..*",