all repos — gopipe @ 67133f23417228de33b3483dd9c9559082403ae0

Embed YouTube videos on Telegram, Discord and more!

name change
Marco Andronaco andronacomarco@gmail.com
Wed, 16 Oct 2024 15:25:36 +0200
commit

67133f23417228de33b3483dd9c9559082403ae0

parent

6eff4ae6fb13714b5c8a946da03292c0f530ac4e

2 files changed, 7 insertions(+), 7 deletions(-)

jump to
M templates/index.tmpltemplates/index.tmpl

@@ -1,18 +1,18 @@

{{ extends "base.tmpl" }} {{define "meta" -}} - <title>GoTube</title> - <meta property="og:title" content="GoTube" /> - <meta property="og:site_name" content="GoTube" /> + <title>GoPipe</title> + <meta property="og:title" content="GoPipe" /> + <meta property="og:site_name" content="GoPipe" /> <meta property="og:description" content="Embed YouTube videos on Telegram, Discord and more!" /> {{end}} {{define "content" -}} <hgroup> - <h1>GoTube</h1> + <h1>GoPipe</h1> <h2>Embed YouTube videos on Telegram, Discord and more!</h2> </hgroup> - <p>GoTube serves fixed YouTube video embeds. Heavily inspired by <a href="https://fxtwitter.com">fxtwitter.com</a> and <a href="https://ddinstagram.com">ddinstagram.com</a>.</p> + <p>GoPipe serves fixed YouTube video embeds. Heavily inspired by <a href="https://fxtwitter.com">fxtwitter.com</a> and <a href="https://ddinstagram.com">ddinstagram.com</a>.</p> <section> <header>
M templates/video.tmpltemplates/video.tmpl

@@ -1,7 +1,7 @@

{{ extends "base.tmpl" }} {{define "meta" -}} - <title>{{ .Title }} - GoTube</title> + <title>{{ .Title }} - GoPipe</title> <link rel="canonical" href="https://www.youtube.com/watch?v={{ .VideoID }}" /> {{ if not .Debug }} <meta http-equiv="refresh" content="0;url=https://www.youtube.com/watch?v={{ .VideoID }}" />

@@ -14,7 +14,7 @@ <meta property="twitter:creator" content="{{ .Author }}" />

<meta property="twitter:title" content="{{ .Title }}" /> <meta property="og:title" content="{{ .Title }}" /> <meta property="og:description" content="{{ .Description }}" /> - <meta property="og:site_name" content="GoTube ({{ .Author }})" /> + <meta property="og:site_name" content="GoPipe ({{ .Author }})" /> <meta property="twitter:image" content="{{ .Thumbnail }}" /> <meta property="twitter:player:stream:content_type" content="video/mp4" /> {{ if .VideoURL }}