diff --git a/home/users/jan/browser/Redirector.json b/home/users/jan/browser/Redirector.json index 8c60af8..4f0da28 100644 --- a/home/users/jan/browser/Redirector.json +++ b/home/users/jan/browser/Redirector.json @@ -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" + ] } ] } \ No newline at end of file