This commit is contained in:
parent
3feaaa0eba
commit
4fc8c6cdcd
|
@ -704,6 +704,7 @@ async function reverse(url) {
|
||||||
|
|
||||||
const defaultInstances = {
|
const defaultInstances = {
|
||||||
'invidious': ['https://inv.vern.cc'],
|
'invidious': ['https://inv.vern.cc'],
|
||||||
|
'viewtube': ['https://viewtube.io'],
|
||||||
'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'],
|
||||||
|
|
|
@ -107,6 +107,12 @@
|
||||||
"embeddable": false,
|
"embeddable": false,
|
||||||
"instanceList": false,
|
"instanceList": false,
|
||||||
"url": "https://github.com/MarmadileManteater/FreeTubeCordova"
|
"url": "https://github.com/MarmadileManteater/FreeTubeCordova"
|
||||||
|
},
|
||||||
|
"viewtube": {
|
||||||
|
"name": "ViewTube",
|
||||||
|
"embeddable": false,
|
||||||
|
"instanceList": true,
|
||||||
|
"url": "https://github.com/ViewTube/viewtube"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"targets": [
|
"targets": [
|
||||||
|
|
Loading…
Reference in New Issue