user/jan: update youtube config for redirector extension

This commit is contained in:
Dmitriy Pleshevskiy 2024-01-24 11:37:15 +03:00
parent dac5b2932c
commit 9cc3e8c75d
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -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,