home/jan: redirect youtube live

This commit is contained in:
Dmitriy Pleshevskiy 2023-11-29 23:53:38 +03:00
parent eeec4b26d4
commit 254c70cbb7
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -1,6 +1,6 @@
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2023-11-13T11:18:28.295Z",
"createdAt": "2023-11-29T20:52:26.703Z",
"redirects": [
{
"description": "youtu.be -> individous",
@ -35,6 +35,23 @@
"appliesTo": [
"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"
]
}
]
}