mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:48:33 +01:00
f4d7f7e6d6
-Add dislikes from https://returnyoutubedislikeapi.com -add no embed for meta tags -change the lyrics button
89 lines
5.2 KiB
Text
89 lines
5.2 KiB
Text
<!DOCTYPE html>
|
|
<% if (e === false) { %>
|
|
|
|
<% } %>
|
|
<% if (!e) { %>
|
|
<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%> "> <% } %>
|
|
|
|
<title> <%=video.title%> - PokeTube</title>
|
|
<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>
|
|
|
|
|
|
<body>
|
|
<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 style=font-family:Inter,sans-serif;color:#fff><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="/video/upload?from="><i class="fas fa-video"></i></a> <a href="https://git.poketalebot.org"><i class="fab fa-git-alt"></i></a> <a href="https://github.com/iamashley0/poketube/issues"><i class="fas fa-bug"></i></a> <a href="https://github.com/iamashley0/poketube/pulls"><i class="fal fa-code-merge"></i></a></div>
|
|
</nav>
|
|
<section class=youtube-video>
|
|
<div class=screen>
|
|
<div class=videoOuterContainer-3x2_n9>
|
|
<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="<%=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>
|
|
<%=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>
|
|
<h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Lyrics
|
|
</h1>
|
|
<details style="color=#fff">
|
|
<summary style="color=#fff"></summary>
|
|
<p style="color: white;">
|
|
<p style=color:#fff>
|
|
<%-lyrics%>
|
|
</p> </details>
|
|
<% } %>
|
|
</center></center></center></center></center>
|
|
</body>
|
|
<script>
|
|
var VideoTitle = "<%=title.title%>"
|
|
var ChannelTitle = "<%=title.channel.name%> "
|
|
document.title = "<%=video.title%> - PokeTube"
|
|
</script>
|
|
|