This commit is contained in:
parent
3feaaa0eba
commit
4fc8c6cdcd
|
@ -704,6 +704,7 @@ async function reverse(url) {
|
|||
|
||||
const defaultInstances = {
|
||||
'invidious': ['https://inv.vern.cc'],
|
||||
'viewtube': ['https://viewtube.io'],
|
||||
'piped': ['https://pipedapi-libre.kavin.rocks'],
|
||||
'pipedMaterial': ['https://piped-material.xn--17b.net'],
|
||||
'cloudtube': ['https://tube.cadence.moe'],
|
||||
|
|
|
@ -107,6 +107,12 @@
|
|||
"embeddable": false,
|
||||
"instanceList": false,
|
||||
"url": "https://github.com/MarmadileManteater/FreeTubeCordova"
|
||||
},
|
||||
"viewtube": {
|
||||
"name": "ViewTube",
|
||||
"embeddable": false,
|
||||
"instanceList": true,
|
||||
"url": "https://github.com/ViewTube/viewtube"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
Loading…
Reference in New Issue