1
Fork 0
poke/html/youtube.ejs
2022-02-23 21:55:40 +03:00

87 lines
5.1 KiB
Text

<!DOCTYPE html>
<title>
<%=video.title%> - PokeTube</title>
<meta content="<%=video.title%>" name=title>
<link href=https://poketalebot.com/youtube/icons/dark.svg rel=icon>
<meta content=player name=twitter:card>
<meta content="<%=title.channelTitle%>" name=twitter:description>
<meta content=@youtube name=twitter:site>
<meta content="https://poketalebot.com/youtube/watch?v=<%=title.id%>" name=twitter:url>
<meta content="<%=video.title%>" name=twitter:title>
<meta content="https://i.ytimg.com/vi/<%=title.id%>/maxresdefault.jpg" name=twitter:image>
<meta content="https://www.youtube.com/embed/<%=title.id%>" name=twitter:player>
<meta content=1280 name=twitter:player:width>
<meta content="Poketube is a private youtube player thats focusted on privacy. No javascript needed!" property=twitter:description>
<meta content=720 name=twitter:player:height>
<link href="https://poketalebot.com/youtube/watch?v=<%=title.id%>" itemprop=url>
<link href="http://www.youtube.com/channel/<%=title.channelId%>" itemprop=url>
<link itemprop=name content=" <%=title.channelTitle%> ">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel=stylesheet>
<link href=https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
<center>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
<center>
<nav>
<div class=left><a href=#><i class="fas fa-bars"></i></a> <a href=# style=font-family:Inter,sans-serif><span><i class="fa-youtube fab"style=color:#fff></i></span>PokeTube</a></div>
<div class=middle>
<form action=/youtube/ara><input class=search-bar id=fname name=query style=color:#fff;font-family:Roboto,sans-serif> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
</div>
<div class=right><a href=#><i class="fas fa-video"></i></a> <a href=#><i class="fas fa-th"></i></a> <a href=#><i class="fas fa-comment"></i></a> <a href=#><i class="fas fa-bell"></i></a></div>
</nav>
<section class=youtube-video>
<div class=screen>
<div class=videoOuterContainer-3x2_n9>
<style>
.video {
text-align:center
}
</style>
<div class=videoMiddleContainer-2yUOUz>
<div class=videoInnerContainer-2IHZcN>
<video autoplay class=video-3DYbjh controls name=media>
<source src="<%=url%>" type=video/mp4>
</video>
<br></center>
<center>
<h1 style=font-family:Inter,sans-serif;font-weight:700;white-space:yes;font-size:45><b> <%=video.title%> </b></h1>
<a href="https://youtube.com/channel/<%=title.channel.id%>" style=color:#fff>
<%=title.channel.name%>
</a>
</center>
<hr>
<center>
<center>
<center>
<center>
<p><i class="fas fa-calendar-alt"></i>
<%=date%>|<i class="fas fa-chart-bar"></i>
<%=a.engagement.views.toLocaleString()%> Views| <i class="fas fa-thumbs-up"></i>
<%=a.engagement.likes.toLocaleString()%> <i class="fas fa-thumbs-down"></i>
<%=a.engagement.dislikes.toLocaleString()%><br>
<p><i class="fas fa-shield-alt"></i> Youtube wont know you are whatching this video (also your fbi guy wont know too)</p><noscript><p><i class="fas fa-code"></i> Hey,you are on no script mode rn. Yes,Poketube does not require billion lame scripts to run :P</p></noscript>
<hr>
<h3 style=color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes>Description</h3>
<center>
<p>
<%-title.description.replace(/\n/g, " <br> ")%></center>
<% if (lyrics) { %>
<hr><br>
<details>
<summary><h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Lyrics
</h1><p style="color: blue;">See Lyrics by clicking here</p></summary>
<p style="color: white;">
<p style=color:#fff>
<%-lyrics%>
</p> </details>
<% } %>
<script>
var VideoTitle = "<%=title.title%>"
var ChannelTitle = "<%=title.channel.name%> "
document.title = "<%=video.title%> - PokeTube"
</script>
</center>
</center>