home/jan: redirect youtube live
This commit is contained in:
parent
eeec4b26d4
commit
254c70cbb7
1 changed files with 18 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"createdBy": "Redirector v3.5.3",
|
"createdBy": "Redirector v3.5.3",
|
||||||
"createdAt": "2023-11-13T11:18:28.295Z",
|
"createdAt": "2023-11-29T20:52:26.703Z",
|
||||||
"redirects": [
|
"redirects": [
|
||||||
{
|
{
|
||||||
"description": "youtu.be -> individous",
|
"description": "youtu.be -> individous",
|
||||||
|
@ -35,6 +35,23 @@
|
||||||
"appliesTo": [
|
"appliesTo": [
|
||||||
"main_frame"
|
"main_frame"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "youtube.com/live -> individous",
|
||||||
|
"exampleUrl": "https://www.youtube.com/live/jQ-KdWyzKfE",
|
||||||
|
"exampleResult": "https://invidious.fdn.fr/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",
|
||||||
|
"patternType": "R",
|
||||||
|
"processMatches": "noProcessing",
|
||||||
|
"disabled": false,
|
||||||
|
"grouped": false,
|
||||||
|
"appliesTo": [
|
||||||
|
"main_frame"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue