user/jan: update youtube config for redirector extension
This commit is contained in:
parent
dac5b2932c
commit
9cc3e8c75d
1 changed files with 24 additions and 7 deletions
|
@ -1,16 +1,33 @@
|
||||||
{
|
{
|
||||||
"createdBy": "Redirector v3.5.3",
|
"createdBy": "Redirector v3.5.3",
|
||||||
"createdAt": "2023-11-29T20:52:26.703Z",
|
"createdAt": "2024-01-19T08:54:37.365Z",
|
||||||
"redirects": [
|
"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",
|
"description": "youtu.be -> individous",
|
||||||
"exampleUrl": "https://youtu.be/MYRBI-X5nfhI?si=sSoZBk9bB7NSEE8j",
|
"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,
|
"error": null,
|
||||||
"includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?",
|
"includePattern": "https://youtu.be/([\\w-]+)(\\?.*)?",
|
||||||
"excludePattern": "",
|
"excludePattern": "",
|
||||||
"patternDesc": "get video id from url",
|
"patternDesc": "get video id from url",
|
||||||
"redirectUrl": "https://invidious.fdn.fr/watch?v=$1",
|
"redirectUrl": "https://yt.cdaut.de/watch?v=$1",
|
||||||
"patternType": "R",
|
"patternType": "R",
|
||||||
"processMatches": "noProcessing",
|
"processMatches": "noProcessing",
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
|
@ -22,12 +39,12 @@
|
||||||
{
|
{
|
||||||
"description": "youtube.com -> individous",
|
"description": "youtube.com -> individous",
|
||||||
"exampleUrl": "https://www.youtube.com/watch?v=jQ-KdWyzKfE",
|
"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,
|
"error": null,
|
||||||
"includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?",
|
"includePattern": "https://(?:www\\.)?youtube\\.com/watch\\?v=([\\w-]+)(&.*)?",
|
||||||
"excludePattern": "",
|
"excludePattern": "",
|
||||||
"patternDesc": "get video id from url",
|
"patternDesc": "get video id from url",
|
||||||
"redirectUrl": "https://invidious.fdn.fr/watch?v=$1",
|
"redirectUrl": "https://yt.cdaut.de/watch?v=$1",
|
||||||
"patternType": "R",
|
"patternType": "R",
|
||||||
"processMatches": "noProcessing",
|
"processMatches": "noProcessing",
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
|
@ -39,12 +56,12 @@
|
||||||
{
|
{
|
||||||
"description": "youtube.com/live -> individous",
|
"description": "youtube.com/live -> individous",
|
||||||
"exampleUrl": "https://www.youtube.com/live/jQ-KdWyzKfE",
|
"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,
|
"error": null,
|
||||||
"includePattern": "https://(?:www\\.)?youtube\\.com/live/([\\w-]+)(\\?.*)?",
|
"includePattern": "https://(?:www\\.)?youtube\\.com/live/([\\w-]+)(\\?.*)?",
|
||||||
"excludePattern": "",
|
"excludePattern": "",
|
||||||
"patternDesc": "get video id from url",
|
"patternDesc": "get video id from url",
|
||||||
"redirectUrl": "https://invidious.fdn.fr/watch?v=$1",
|
"redirectUrl": "https://yt.cdaut.de/watch?v=$1",
|
||||||
"patternType": "R",
|
"patternType": "R",
|
||||||
"processMatches": "noProcessing",
|
"processMatches": "noProcessing",
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
|
|
Loading…
Reference in a new issue