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