Use YewTube as preferred fallback rather than YouTube
This commit is contained in:
parent
6e87edad3b
commit
9970c5e92f
@ -77,7 +77,7 @@ block content
|
|||||||
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
|
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
|
||||||
| Search
|
| Search
|
||||||
//- button.border-look#share Share
|
//- button.border-look#share Share
|
||||||
a(href=`https://www.youtube.com/watch?v=${video.videoId}#cloudtube`).border-look YouTube
|
a(href=`https://yewtu.be/watch?v=${video.videoId}`).border-look YewTube
|
||||||
a(href=`https://redirect.invidious.io/watch?v=${video.videoId}`).border-look Invidious
|
a(href=`https://redirect.invidious.io/watch?v=${video.videoId}`).border-look Invidious
|
||||||
|
|
||||||
.description#description!= video.descriptionHtml
|
.description#description!= video.descriptionHtml
|
||||||
|
@ -47,8 +47,8 @@ block content
|
|||||||
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
|
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
|
||||||
| Search
|
| Search
|
||||||
//- button.border-look#share Share
|
//- button.border-look#share Share
|
||||||
a(target="_blank", href=`/watch?v=${video.videoId}#cloudtube`).border-look CloudTube (not embedded)
|
a(target="_blank", href=`/watch?v=${video.videoId}`).border-look CloudTube (not embedded)
|
||||||
a(target="_blank", href=`https://www.youtube.com/watch?v=${video.videoId}#cloudtube`).border-look YouTube
|
a(target="_blank", href=`https://yewtu.be/watch?v=${video.videoId}`).border-look YewTube
|
||||||
a(target="_blank", href=`https://redirect.invidious.io/watch?v=${video.videoId}`).border-look Invidious
|
a(target="_blank", href=`https://redirect.invidious.io/watch?v=${video.videoId}`).border-look Invidious
|
||||||
else
|
else
|
||||||
//- error
|
//- error
|
||||||
|
Loading…
Reference in New Issue
Block a user