From 9cc3e8c75da71920e5a68e6dd673d758fdfeec26 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 24 Jan 2024 11:37:15 +0300 Subject: [PATCH] user/jan: update youtube config for redirector extension --- home/users/jan/browser/Redirector.json | 31 ++++++++++++++++++++------ 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/home/users/jan/browser/Redirector.json b/home/users/jan/browser/Redirector.json index 4f0da28..84bfc28 100644 --- a/home/users/jan/browser/Redirector.json +++ b/home/users/jan/browser/Redirector.json @@ -1,16 +1,33 @@ { "createdBy": "Redirector v3.5.3", - "createdAt": "2023-11-29T20:52:26.703Z", + "createdAt": "2024-01-19T08:54:37.365Z", "redirects": [ + { + "description": "home youtube.com/youtu.be -> individous", + "exampleUrl": "https://www.youtube.com/", + "exampleResult": "https://yt.cdaut.de/", + "error": null, + "includePattern": "https://(?:www\\.)?(youtube\\.com|youtu.be)/$", + "excludePattern": "", + "patternDesc": "get home page ", + "redirectUrl": "https://yt.cdaut.de/", + "patternType": "R", + "processMatches": "noProcessing", + "disabled": false, + "grouped": false, + "appliesTo": [ + "main_frame" + ] + }, { "description": "youtu.be -> individous", "exampleUrl": "https://youtu.be/MYRBI-X5nfhI?si=sSoZBk9bB7NSEE8j", - "exampleResult": "https://invidious.fdn.fr/watch?v=MYRBI-X5nfhI", + "exampleResult": "https://yt.cdaut.de/watch?v=MYRBI-X5nfhI", "error": null, "includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?", "excludePattern": "", "patternDesc": "get video id from url", - "redirectUrl": "https://invidious.fdn.fr/watch?v=$1", + "redirectUrl": "https://yt.cdaut.de/watch?v=$1", "patternType": "R", "processMatches": "noProcessing", "disabled": false, @@ -22,12 +39,12 @@ { "description": "youtube.com -> individous", "exampleUrl": "https://www.youtube.com/watch?v=jQ-KdWyzKfE", - "exampleResult": "https://invidious.fdn.fr/watch?v=jQ-KdWyzKfE", + "exampleResult": "https://yt.cdaut.de/watch?v=jQ-KdWyzKfE", "error": null, "includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?", "excludePattern": "", "patternDesc": "get video id from url", - "redirectUrl": "https://invidious.fdn.fr/watch?v=$1", + "redirectUrl": "https://yt.cdaut.de/watch?v=$1", "patternType": "R", "processMatches": "noProcessing", "disabled": false, @@ -39,12 +56,12 @@ { "description": "youtube.com/live -> individous", "exampleUrl": "https://www.youtube.com/live/jQ-KdWyzKfE", - "exampleResult": "https://invidious.fdn.fr/watch?v=jQ-KdWyzKfE", + "exampleResult": "https://yt.cdaut.de/watch?v=jQ-KdWyzKfE", "error": null, "includePattern": "https://(?:www\\.)?youtube\\.com/live/([\\w-]+)(\\?.*)?", "excludePattern": "", "patternDesc": "get video id from url", - "redirectUrl": "https://invidious.fdn.fr/watch?v=$1", + "redirectUrl": "https://yt.cdaut.de/watch?v=$1", "patternType": "R", "processMatches": "noProcessing", "disabled": false,