diff --git a/pug/video.pug b/pug/video.pug index 28b8416..db1eaf9 100644 --- a/pug/video.pug +++ b/pug/video.pug @@ -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 diff --git a/pug/video_embed.pug b/pug/video_embed.pug index 9db32e1..3ccdfbf 100644 --- a/pug/video_embed.pug +++ b/pug/video_embed.pug @@ -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