This commit is contained in:
parent
73f85a005e
commit
9ebfbd9e77
|
@ -451,6 +451,7 @@ function rewrite(url, frontend, randomInstance) {
|
|||
case "piped":
|
||||
case "pipedMaterial":
|
||||
case "cloudtube":
|
||||
case "lightTube":
|
||||
case "viewtube":
|
||||
url.searchParams.delete("si")
|
||||
default:
|
||||
|
@ -641,6 +642,7 @@ const defaultInstances = {
|
|||
'piped': ['https://pipedapi-libre.kavin.rocks'],
|
||||
'pipedMaterial': ['https://piped-material.xn--17b.net'],
|
||||
'cloudtube': ['https://tube.cadence.moe'],
|
||||
'lightTube': ['https://tube.kuylar.dev'],
|
||||
'poketube': ['https://poketube.fun'],
|
||||
'proxiTok': ['https://proxitok.pabloferreiro.es'],
|
||||
'redlib': ['https://safereddit.com'],
|
||||
|
|
|
@ -66,6 +66,12 @@
|
|||
3
|
||||
]
|
||||
},
|
||||
"lightTube": {
|
||||
"name": "LightTube",
|
||||
"embeddable": false,
|
||||
"instanceList": true,
|
||||
"url": "https://github.com/lighttube-org/LightTube"
|
||||
},
|
||||
"tuboYoutube": {
|
||||
"name": "Tubo",
|
||||
"embeddable": false,
|
||||
|
|
Loading…
Reference in New Issue