Skip to content

Commit

Permalink
Added LightTube #913
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed May 20, 2024
1 parent 73f85a0 commit 9ebfbd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ function rewrite(url, frontend, randomInstance) {
case "piped":
case "pipedMaterial":
case "cloudtube":
case "lightTube":
case "viewtube":
url.searchParams.delete("si")
default:
Expand Down Expand Up @@ -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'],
Expand Down
6 changes: 6 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
3
]
},
"lightTube": {
"name": "LightTube",
"embeddable": false,
"instanceList": true,
"url": "https://github.com/lighttube-org/LightTube"
},
"tuboYoutube": {
"name": "Tubo",
"embeddable": false,
Expand Down

0 comments on commit 9ebfbd9

Please sign in to comment.