Skip to content

Commit

Permalink
Added ViewTube #115
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Jan 31, 2024
1 parent 3feaaa0 commit 4fc8c6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
6 changes: 6 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 4fc8c6c

Please sign in to comment.