1
Fork 0
poke/html/youtube.ejs

186 lines
9.5 KiB
Text
Raw Normal View History

2022-05-18 14:17:08 -04:00
<!--
2022-03-05 02:53:15 -05:00
This Source Code Form is subject to the terms of the GNU General Public License:
2022-05-17 16:08:31 -04:00
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
2022-03-05 02:53:15 -05:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
-->
2022-02-13 11:34:25 -05:00
<!DOCTYPE html>
2022-05-18 12:46:36 -04:00
<% if (e === false) { %> <!-- if ?e=false,dont show up the meta tags -->
<% } %>
<% if (!e) { %>
2022-03-06 08:55:07 -05:00
<meta content="<%=video.Title%>" name=title>
2022-01-23 15:51:12 -05:00
<meta content=player name=twitter:card>
2022-03-27 05:44:25 -04:00
<meta content="<%=title.Channel.Name%>" name=twitter:description>
2022-01-23 15:51:12 -05:00
<meta content=@youtube name=twitter:site>
<meta content="https://poketalebot.com/youtube/watch?v=<%=title.id%>" name=twitter:url>
2022-03-06 08:55:07 -05:00
<meta content="<%=video.Title%>" name=twitter:title>
2022-01-23 15:51:12 -05:00
<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>
2022-02-21 14:29:28 -05:00
<meta content="Poketube is a private youtube player thats focusted on privacy. No javascript needed!" property=twitter:description>
2022-01-23 15:51:12 -05:00
<meta content=720 name=twitter:player:height>
2022-02-13 10:32:10 -05:00
<link href="https://poketalebot.com/youtube/watch?v=<%=title.id%>" itemprop=url>
2022-03-27 05:44:25 -04:00
<link href="http://www.youtube.com/channel/<%=title.Channel.id%>" itemprop=url>
<% } %> <!-- close the } -->
2022-05-17 16:08:31 -04:00
<link href="//vjs.zencdn.net/7.10.2/video-js.min.css" rel="stylesheet">
<link href=/css/yt-ukraine.svg rel=icon>
2022-03-27 05:44:25 -04:00
<title> <%=video.Title%> - PokeTube</title>
2022-02-21 14:29:28 -05:00
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel=stylesheet>
2022-03-27 05:44:25 -04:00
<link href=/css/app-cdn.min.css rel=stylesheet>
2022-02-21 14:29:28 -05:00
<link href=/css/app.main.css rel=stylesheet>
2022-03-05 02:53:15 -05:00
<style>
a.class:hover {
text-decoration:underline;
font-weight:bold
2022-05-18 14:16:55 -04:00
}
summary{
color:blue;
}
summary:hover{
color:red;
2022-03-05 02:53:15 -05:00
}
</style>
2022-05-17 16:08:31 -04:00
<!-- WIGGLE WIGGLE WIGGLE -->
<style>
body{
overflow-x: hidden; /* Hide horizontal scrollbar */
}
.animated {
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
}
@-webkit-keyframes wiggle {
0% { -webkit-transform: skewX(9deg); }
10% { -webkit-transform: skewX(-8deg); }
20% { -webkit-transform: skewX(7deg); }
30% { -webkit-transform: skewX(-6deg); }
40% { -webkit-transform: skewX(5deg); }
50% { -webkit-transform: skewX(-4deg); }
60% { -webkit-transform: skewX(3deg); }
70% { -webkit-transform: skewX(-2deg); }
80% { -webkit-transform: skewX(1deg); }
90% { -webkit-transform: skewX(0deg); }
100% { -webkit-transform: skewX(0deg); }
}
@keyframes wiggle {
0% { transform: skewX(9deg); }
10% { transform: skewX(-8deg); }
20% { transform: skewX(7deg); }
30% { transform: skewX(-6deg); }
40% { transform: skewX(5deg); }
50% { transform: skewX(-4deg); }
60% { transform: skewX(3deg); }
70% { transform: skewX(-2deg); }
80% { transform: skewX(1deg); }
90% { transform: skewX(0deg); }
100% { transform: skewX(0deg); }
}
.wiggle {
-webkit-animation-name: wiggle;
animation-name: wiggle;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.animated.wiggle {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
</style>
<body>
2022-03-24 11:00:52 -04:00
<center>
2022-02-21 14:29:28 -05:00
<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>
2022-01-23 15:51:12 -05:00
<center>
2022-02-13 10:32:10 -05:00
<nav>
2022-05-18 12:46:36 -04:00
<div class=left><a class="class" href="https://stopwarukraine.com/" style=font-family:Inter,sans-serif;color:#fff><span><i class="fa-youtube fab" style=color:#fff></i></span><span style="color:#c9e265">PokeTube</span> 🇺🇦 </a> <a style="color:red;" href="/domains">Domains!</a></a></div>
2022-03-07 11:13:21 -05:00
2022-02-21 14:29:28 -05:00
<div class=middle>
2022-05-17 16:08:31 -04:00
<form action=/api/search><input class=search-bar autocomplete="on" id=fname name=query style="color:#fff;font-family:Inter,sans-serif;font-weight:bolder"> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
2022-02-13 10:32:10 -05:00
</div>
2022-05-18 14:16:55 -04:00
<div class=right><a href="/privacy"><i class="fas fa-shield"></i></a><a href="/video/upload?from="><i class="fas fa-video"></i></a> <a href="https://github.com/iamashley0/poketube/"><i class="fab fa-git-alt"></i></a><a href="https://github.com/iamashley0/poketube/issues"><i class="fas fa-bug"></i></a></a></div>
2022-02-13 10:32:10 -05:00
</nav>
2022-02-21 14:29:28 -05:00
<section class=youtube-video>
2022-05-17 16:08:31 -04:00
<div class=screen> <br>
<div class=videoOuterContainer-3x2_n9>
2022-02-21 14:29:28 -05:00
<div class=videoMiddleContainer-2yUOUz>
2022-02-13 10:32:10 -05:00
<div class=videoInnerContainer-2IHZcN>
2022-05-17 16:08:31 -04:00
<video id="player" class="video-3DYbjh" src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg" autoplay controls>
</video>
<br></center><hr>
2022-02-13 10:32:10 -05:00
<center>
2022-05-17 16:08:31 -04:00
<h1 style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;font-size:65"><b> <%=video.Title%> </b></h1>
2022-03-07 11:13:21 -05:00
<a href="/channel?id=<%=title.Channel.id%>" style=color:#fff>
2022-03-06 08:55:07 -05:00
<%=title.Channel.Name%>
2022-02-13 10:32:10 -05:00
</a>
</center>
<hr>
<center>
<center>
<center>
2022-02-13 07:19:18 -05:00
<center>
2022-02-13 10:32:10 -05:00
<p><i class="fas fa-calendar-alt"></i>
<%=date%>|<i class="fas fa-chart-bar"></i>
2022-03-06 08:55:07 -05:00
<%=engagement.viewCount.toLocaleString()%> Views| <i class="fas fa-thumbs-up"></i>
<%=engagement.likes.toLocaleString()%> <i class="fas fa-thumbs-down"></i>
2022-05-17 16:08:31 -04:00
<%=engagement.dislikes.toLocaleString()%>
<br>
<p><i class="fas fa-shield-alt"></i> Youtube And Poketube wont know you are whatching this video (also your fbi guy wont know too)</p>
<p> <span style="color:green;">Protip:</span>if a music video doesnt play,search up a lyrics video instead!</p>
<p> <a href="/api/video/download?v=<%=video.id%>">Download</a>|<a href="https://youtube.com/watch?v=<%=video.id%>">Open on YouTube</a>|<a href="/privacy">Privacy</a>
</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>
2022-02-21 14:29:28 -05:00
<hr>
2022-05-17 16:08:31 -04:00
<h1 style="color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes;"> Description</h1>
2022-02-21 14:29:28 -05:00
<center>
<% if (title.Description) { %>
2022-05-17 16:08:31 -04:00
<p style=color:#fff>
<%-String(title.Description).replace(/\n/g, " <br> ")%></center>
</p> </details>
<% } %>
2022-02-21 14:29:28 -05:00
<% if (lyrics) { %>
2022-05-17 16:08:31 -04:00
<hr>
<h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Lyrics
</h1>
2022-05-17 16:08:31 -04:00
<p>Click the arrow to expand!</p> <p>
see how our lyrics search works <a href="https://github.com/iamashley0/poketube/blob/main/src/lyrics.js"> here </a>
</p>
<details style="color=#fff">
<summary style="color=#fff"></summary>
2022-02-21 14:29:28 -05:00
<p style="color: white;">
<p style=color:#fff>
<%-lyrics%>
</p> </details>
2022-05-17 16:08:31 -04:00
<% } %><hr>
2022-05-18 14:16:55 -04:00
<p>This website does not track you. No cookies. No data collection. No statistics. 100% handcrafted without JavaScript. <a href="https://github.com/iamashley0/poketube/">Source code</a><br></p>
</center></center></center></center></center>
</body>
2022-05-17 16:08:31 -04:00