Use YewTube as preferred fallback rather than YouTube

This commit is contained in:
Olivier 'reivilibre' 2022-09-28 18:35:05 +01:00
parent 6e87edad3b
commit 9970c5e92f
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ block content
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
| Search
//- 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
.description#description!= video.descriptionHtml

View File

@ -47,8 +47,8 @@ block content
img(src="/static/images/search.svg" width=17 height=17 alt="").button-icon
| Search
//- button.border-look#share Share
a(target="_blank", href=`/watch?v=${video.videoId}#cloudtube`).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=`/watch?v=${video.videoId}`).border-look CloudTube (not embedded)
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
else
//- error