1
Fork 0
poke/html/poketube.ejs

3164 lines
131 KiB
Text
Raw Normal View History

2023-09-28 12:32:44 -04:00
<% try { %>
2023-04-14 17:08:06 -04:00
<!-- PTHTML START -->
<% if (!isMobile) { %>
2022-08-06 13:07:06 -04:00
<!--
HEYOOOOOOOOOO!!!!!!
poketube is the privacy first youtube front end ! fell free to pull request on codeberg.org!
if you want to host an instance, see README.md
license below:
2022-10-12 14:38:29 -04:00
2023-02-10 10:14:49 -05:00
This Source Code Form is subject to the terms of the GNU General Public License:
2022-03-05 02:53:15 -05:00
2024-01-01 14:11:31 -05:00
Copyright (C) 2021-2024 POKETUBE (https://codeberg.org/Ashley/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-10-12 14:38:29 -04:00
2022-03-05 02:53:15 -05:00
-->
2022-02-13 11:34:25 -05:00
<!DOCTYPE html>
2023-12-17 07:41:12 -05:00
<% if(secure) { %><!-- HOTSTNAME_IS_POKETUBE.FUN --><% } %><% if(!secure) { %><!-- HOTSTNAME_IS_NOT_POKETUBE.FUN --><% } %>
2023-12-04 13:49:53 -05:00
<html class="poketube_desktop_player js event" style="background: #000000;" invidproxy="<%=u%>" universe="2" vid_id="<%=inv_vid.videoId%>" t="<%=btoa(Date.now())%>" version="browser_web_<%=Date.now()%>">
2023-04-24 12:57:27 -04:00
<head>
<% if (e === false) { %>
2023-12-17 07:41:12 -05:00
<!-- MetaTags disabled by user-->
<% } %>
<% if (!e) { %>
2023-03-10 08:45:36 -05:00
<meta content="<%=inv_vid.title%>" name=title>
2022-05-20 12:22:27 -04:00
<meta content="<%=color%>" name="theme-color">
2023-03-10 08:45:36 -05:00
<meta content="<%=k.Video.Channel.Name%>" name=twitter:author>
2023-03-07 13:08:15 -05:00
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
2023-12-17 07:41:12 -05:00
<meta content="<%=inv_vid.title%> | Poke" name=twitter:title>
2023-11-15 09:25:11 -05:00
<meta content="Watch this video from <%=k.Video.Channel.Name%> On Poke!
2023-11-15 13:19:11 -05:00
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %>" property=twitter:description>
2023-03-07 13:08:15 -05:00
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
2022-07-13 07:20:20 -04:00
<meta content=summary_large_image name=twitter:card>
2023-09-30 12:29:26 -04:00
<link rel="manifest" href="/manifest.json">
2023-03-07 13:08:15 -05:00
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
2023-12-17 07:41:12 -05:00
<% } %> <!-- closes the } -->
2023-04-24 12:57:27 -04:00
<link href="/css/yt-ukraine.svg?v=3" rel=icon>
<link href=/css/snow.css rel=stylesheet>
2023-03-10 08:45:36 -05:00
<title> <%=inv_vid.title%> | PokeTube </title>
2022-03-05 02:53:15 -05:00
<style>
2023-10-08 15:53:35 -04:00
2023-10-08 16:47:18 -04:00
2022-10-12 11:02:18 -04:00
.comments-area {
background: #f1f9ff;
padding: 50px 30px;
margin-top: 50px;
}
2023-03-10 15:58:17 -05:00
/* CSS */
.fade-in {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.fade-in.fade-in-active {
opacity: 1;
}
@media (max-width: 414px) {
2022-10-12 11:02:18 -04:00
.comments-area {
padding: 50px 8px;
}
}
.comments-area h4 {
text-align: center;
margin-bottom: 50px;
color: #002347;
font-size: 18px;
}
.comments-area h5 {
font-size: 16px;
margin-bottom: 0px;
}
.comments-area a {
color: #002347;
}
.comments-area .comment-list {
padding-bottom: 30px;
}
2023-06-18 12:22:11 -04:00
.popup {
display: none;
position: absolute;
background-color: #333;
padding: 10px;
border: solid 1.5px gray;
border-radius: 10px;
}
.popup > div {
margin-bottom: 2px;
font-family: var(--text-font-primary);
font-weight: 1000;
font-stretch: ultra-expanded;
padding: 5px;
border-radius: 10px;
}
2023-06-18 12:22:11 -04:00
.popup > div:hover {
background-color: var(--chip-background-hover);
}
2022-10-12 11:02:18 -04:00
.comments-area .comment-list:last-child {
padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
padding-left: 25px;
}
2023-12-31 01:20:30 -05:00
.icon.ion.ion-md-checkmark-circle.loaded {
margin-left: 3px;
}
.icon.ion.ion-md-checkmark-circle {
margin-left: 3px;
}
2022-10-12 11:02:18 -04:00
@media (max-width: 413px) {
.comments-area .comment-list .single-comment h5 {
font-size: 12px;
}
.comments-area .comment-list .single-comment .date {
font-size: 11px;
}
.comments-area .comment-list .single-comment .comment {
font-size: 10px;
}
}
2023-02-26 06:20:43 -05:00
.progress-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3px;
z-index: 9999;
display:none;
background-color: #f2f2f2;
}
.progress-bar {
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background-color: purple;
transition: width 0.5s ease-in-out;
}
2022-10-12 11:02:18 -04:00
.comments-area .thumb {
margin-right: 20px;
}
2023-04-24 12:57:27 -04:00
ptd-event-chunks {
display: none;
}
2022-10-12 11:02:18 -04:00
.comments-area .date {
font-size: 13px;
color: #777777;
margin-bottom: 13px;
}
.comments-area .comment {
color: #777777;
margin-bottom: 0px;
}
2023-03-27 15:48:40 -04:00
a[data-onclick="jump_to_time"] {
background: linear-gradient(to right, #8a2387, #e94057, #f27121);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
2022-10-12 11:02:18 -04:00
.comments-area .btn-reply {
2022-12-03 06:36:33 -05:00
background-color: var(--text-color);
2022-10-12 11:02:18 -04:00
color: #002347;
border: 1px solid #eee;
padding: 2px 18px;
font-size: 12px;
display: block;
font-weight: 600;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.comments-area .btn-reply:hover {
background: #fdc632;
color: #002347;
}
.comment-form {
background: #f1f9ff;
text-align: center;
padding: 47px 30px 43px;
margin-top: 50px;
margin-bottom: 40px;
}
.comment-form h4 {
text-align: center;
margin-bottom: 50px;
font-size: 18px;
line-height: 22px;
color: #002347;
}
.comment-form .name {
padding-left: 0px;
}
@media (max-width: 767px) {
.comment-form .name {
padding-right: 0px;
margin-bottom: 1rem;
}
}
.comment-form .email {
padding-right: 0px;
}
@media (max-width: 991px) {
.comment-form .email {
padding-left: 0px;
}
}
2022-11-05 05:37:34 -04:00
2022-10-12 11:02:18 -04:00
.comment-form .form-control {
padding: 8px 20px;
2022-12-03 06:36:33 -05:00
background: var(--text-color);
2022-10-12 11:02:18 -04:00
border: none;
border-radius: 0px;
width: 100%;
font-size: 14px;
color: #777777;
border: 1px solid transparent;
}
.comment-form .form-control:focus {
box-shadow: none;
border: 1px solid #eee;
}
.comment-form textarea.form-control {
height: 140px;
resize: none;
}
.comment-form ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-size: 15px;
color: #777;
}
.comment-form ::-moz-placeholder {
/* Firefox 19+ */
font-size: 15px;
color: #777;
}
.comment-form :-ms-input-placeholder {
/* IE 10+ */
font-size: 15px;
color: #777;
}
2023-12-20 11:20:08 -05:00
#loopedIndicator {
display: none;
position: fixed;
bottom: 10px;
left: 10px;
background-color: #fff;
color: #000;
padding: 14px;
border-radius: 14px;
2023-12-20 15:34:46 -05:00
opacity: 1.0;
2023-12-20 11:20:08 -05:00
z-index: 999;
width: 13em;
text-align: center;
font-family: var(--text-font-primary);
font-weight: 600;
font-stretch: ultra-expanded;
}
2022-10-12 11:02:18 -04:00
.comment-form :-moz-placeholder {
/* Firefox 18- */
font-size: 15px;
color: #777;
}
2022-10-09 09:11:28 -04:00
.description{
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
2022-10-12 14:38:29 -04:00
}
2023-03-12 14:01:11 -04:00
#continue {
max-width: 14px;
max-height: 14px;
}
2022-10-12 14:38:29 -04:00
.desc {
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
2022-12-31 09:09:52 -05:00
}
2023-01-02 12:17:41 -05:00
.video{
margin-right: auto;
}
2023-03-05 15:36:20 -05:00
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.loading .spinner {
display: inline-block;
border: 5px solid rgba(255, 255, 255, 0.2);
border-top-color: #fff;
border-radius: 50%;
animation: spin 1s ease-in-out infinite;
width: 50px;
height: 50px;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
2022-09-09 07:59:39 -04:00
</style>
2022-11-01 16:29:36 -04:00
2023-04-02 06:48:30 -04:00
<!-- css files -->
2023-12-01 11:26:19 -05:00
<link href="/css/app-cdn.min.css" rel=stylesheet>
2023-12-14 14:16:49 -05:00
<link href="/css/app.main.css?v=445" rel=stylesheet>
2023-12-01 11:26:19 -05:00
<link href="/css/watch.main.css" rel=stylesheet>
<link href="/css/watch-util.css" rel=stylesheet>
<link href="/css/watch-navbar.css" rel=stylesheet>
2024-01-07 07:23:56 -05:00
<link href="/css/poketube.css?v=9834" rel=stylesheet>
2022-12-04 06:48:19 -05:00
2022-10-12 16:17:28 -04:00
<!-- ICONS -->
2024-01-19 07:48:11 -05:00
<link href="<%- proxyurl %>/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css" rel=stylesheet>
<link href="<%- proxyurl %>/https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.css" rel=stylesheet>
2022-10-12 16:17:28 -04:00
2023-02-10 10:14:49 -05:00
<noscript>
<style>
.auto-play{
2023-02-10 11:13:02 -05:00
display:none !important;
2023-02-10 10:14:49 -05:00
}
2023-02-26 06:20:43 -05:00
.progress-container {
display:none !important;
}
2023-03-10 15:58:17 -05:00
.fade-in {
opacity: 1 !important;
}
2023-10-08 16:47:18 -04:00
<% if (lightOrDark(color) == "light") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color%>;
}
<% } %>
<% if (lightOrDark(color) == "dark") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color2%>;
}
<% } %>
<% if (a) { %>
.player.video-ambient-container {
box-shadow: 0 0 0em <%=color%>;
}
<% } %>
2023-02-10 10:14:49 -05:00
</style>
</noscript>
2023-03-07 13:08:15 -05:00
<% if (inv_vid.videoId == "QrGrOK8oZG8") { %>
2023-01-09 16:16:26 -05:00
<style>
.t {
color: #e6d140; !important;
font-family: Georgia,serif; !important;
font-size: 250%; !important;
font-variant: small-caps; !important;
font-weight: normal; !important;
text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
font-size: 25px;
font-style: italic;
}
</style>
<% } %>
2023-12-07 14:50:18 -05:00
2023-05-15 12:34:16 -04:00
<% if(IsOldWindows) { %>
<style>
:root {
--text-font-primary: "Inter" !important;
}
.video-info-buttons.pill {
font-family:inherit !important;
}
.video-sub-info.description {
font-family:ubuntu !important;
2023-10-12 16:15:40 -04:00
}
canvas {
display:none;
2023-05-15 12:34:16 -04:00
}
2023-10-12 16:15:40 -04:00
<% if (lightOrDark(color) == "light") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color%>;
}
<% } %>
<% if (lightOrDark(color) == "dark") { %>
.player.video-ambient-container {
box-shadow: 0 -8px 5.9em <%=color2%>;
}
<% } %>
<% if (a) { %>
.player.video-ambient-container {
box-shadow: 0 0 0em <%=color%>;
}
<% } %>
2023-05-15 12:34:16 -04:00
</style>
<% } %>
2023-06-02 17:44:34 -04:00
2023-04-14 17:08:06 -04:00
<style data-universe="2">
2023-05-15 11:25:34 -04:00
2023-03-04 06:01:01 -05:00
:root {
--div-gradient: linear-gradient(to bottom right, #9666F7, #B37C6B);
}
details[open] {
background: linear-gradient(to bottom, #1c1c1c, #101);
}
2023-11-06 10:32:03 -05:00
.account:hover {
background-color: #263850 !important;
}
.account > i {
margin-right: -3px;
}
.account {
height: 36px;
display: flex;
flex-direction: row;
gap: 8px;
color:#fff !important;
border: 1px solid var(--border-color);
justify-content: center;
align-items: center;
transition: background-color linear 100ms;
padding: 0 8px !important;
text-decoration: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
border-radius: 18px;
width: fit-content;
background-color: #0000;
margin-right: -1em;
}
.settings-icon{
margin-right: 5.5px;
height: 36px;
display: flex;
flex-direction: row;
gap: 8px;
2024-01-07 12:50:11 -05:00
text-decoration: none !important;
2023-11-06 10:32:03 -05:00
color: #fff !important;
border: 1px solid var(--border-color);
justify-content: center;
align-items: center;
transition: background-color linear 100ms;
padding: 0 8px !important;
text-decoration: none;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
border-radius: 18px;
width: 1.5em;
background-color: #0000;
}
2023-05-15 11:25:34 -04:00
.new-button {
border: 2.1px solid;
border-color: #cba6f7;
}
.new-button:hover {
border: 2.1px solid;
border-color: white;
2023-05-15 13:35:45 -04:00
box-shadow: 0 3px 14px #000;
2023-05-15 11:25:34 -04:00
}
2023-03-04 06:01:01 -05:00
.comment-list.left-padding {
2023-03-18 18:39:32 -04:00
border-radius: 1em !important;
2023-03-21 15:52:11 -04:00
}
2023-03-04 06:01:01 -05:00
.comment-list.left-padding:hover {
filter: drop-shadow(0 0 0.75rem #df00ff);
transition-duration: 150ms;
}
2023-03-12 09:05:08 -04:00
2023-11-07 09:51:05 -05:00
2023-03-12 09:05:08 -04:00
nav {
2023-03-21 15:52:11 -04:00
z-index: 1;
position: sticky;
2023-11-07 09:51:05 -05:00
background:#0009;
top: 0;
2023-03-21 15:52:11 -04:00
}
2023-03-04 06:01:01 -05:00
</style>
2023-12-07 14:50:18 -05:00
<% if(shortsui) { %>
<script>
// Function to apply styles after DOM has loaded
function applyStyles() {
// Your existing styles
const styles = `
.player {
width: fit-content;
margin-left: auto;
margin-right: auto;
height: fit-content;
}
.video-player-container {
max-width: fit-content;
min-width: fit-content;
margin-left: auto;
margin-right: auto;
aspect-ratio: var(--ptd-watch-width-ratio) / var(--ptd-watch-height-ratio);
}
`;
// Create a style element and set its content
const styleElement = document.createElement('style');
styleElement.innerHTML = styles;
// Append the style element to the document head
document.head.appendChild(styleElement);
}
// Event listener to call applyStyles after DOM has loaded
window.onload = applyStyles;
</script>
<% } %>
2023-06-02 17:44:34 -04:00
<% if(dm) { %>
2023-12-07 14:50:18 -05:00
2023-06-02 17:44:34 -04:00
<style>
:root {
--div-gradient: linear-gradient(to bottom right, #33078c, #7a4d3f) !important;
}
.subscribe-button > a {
color: rgb(232, 230, 227) !important;
text-decoration-color: currentcolor;
}
.subscribe-button {
color: rgb(255, 26, 26);
background-color: rgb(24, 26, 27);
background-image: none;
}
.subscribe-button:hover {
background-color: rgb(24, 26, 27);
background-image: linear-gradient(90deg, rgb(166, 30, 99), rgb(111, 88, 0), rgb(166, 30, 99), rgb(111, 88, 0));
box-shadow: rgb(0, 0, 0) 0px 3px 14px;
}
* {
scrollbar-color: #454a4d #202324;
}
.new-button:hover {
border-color: rgb(48, 52, 54);
box-shadow: rgb(0, 0, 0) 0px 3px 14px;
}
.new-button.engagement:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.new-button {
border-color: rgb(61, 11, 120);
}
</style>
<% } %>
2023-03-04 06:01:01 -05:00
2023-03-18 18:39:32 -04:00
</head>
2023-01-23 00:29:21 -05:00
<body>
2022-07-16 06:05:11 -04:00
2023-02-10 10:14:49 -05:00
<script>
<!--//--><![CDATA[//><!--
/**
* @licstart The following is the entire license notice for the JavaScript
* code in this page.
*
2024-01-01 14:11:31 -05:00
* Copyright (C) 2021-2024 PokeTube Project (https://codeberg.org/Ashley/poketube)
2023-02-10 10:14:49 -05:00
*
* The JavaScript code in this page is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public License
* (GNU GPL) as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version. The code is
* distributed WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL
* for more details.
*
* As additional permission under GNU GPL version 3 section 7, you may
* distribute non-source (e.g., minimized or compacted) forms of that code
* without the copy of the GNU GPL normally required by section 4, provided
* you include this license notice and a URL through which recipients can
* access the Corresponding Source.
*
* @licend The above is the entire license notice for the JavaScript code
* in this page.
*/
//--><!]]>
</script>
2023-04-28 16:34:26 -04:00
<ptd-app-iconfixer>
<script>
2023-05-19 13:12:06 -04:00
// Preload the icon image
var iconImage = new Image();
iconImage.src = "/css/yt-ukraine.svg";
// Wait for the icon image to load before showing it
iconImage.onload = function() {
var iconElement = document.querySelector('link[rel="icon"]');
iconElement.href = iconImage.src;
iconElement.type = "image/svg+xml";
};
2023-04-28 16:34:26 -04:00
</script>
</ptd-app-iconfixer>
2023-04-24 12:57:27 -04:00
<ptd-app-ejs>
2023-01-23 00:29:21 -05:00
<div class="app" id="secret-theme" style="color:var(--text-color)">
2023-12-20 11:20:08 -05:00
<div id="loopedIndicator"></div>
2023-02-26 06:20:43 -05:00
<div class="progress-container">
<div class="progress-bar"></div>
</div>
2022-12-08 13:15:37 -05:00
2022-08-09 17:42:18 -04:00
<nav>
2022-10-16 06:05:39 -04:00
<div class=left>
2023-05-23 13:25:20 -04:00
2023-06-02 11:45:18 -04:00
<a title="PokeTube Homepage" class="class" href="/143" style=font-family:Inter,sans-serif;color:var(--text-color)> <img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
2023-05-23 13:25:20 -04:00
2022-12-25 11:22:20 -05:00
<% if (secure) { %>
<i style="margin-left: 2em;" class="fa-light fa-lock"
title="This is a secure and/or offical instance!
you can trust this instance becuase:
2024-01-12 02:07:22 -05:00
2022-12-25 11:22:20 -05:00
- its a offical instance (offical instances have the max. privacy rules )
- logs are kept closed
2024-01-12 02:07:22 -05:00
2022-12-25 11:22:20 -05:00
if you see this lock icon, you can trust the instance!!
But Please note that unofficial instances can add the same lock icon, so please be careful about dad :D!
2024-01-12 02:07:22 -05:00
To verfiy u cab use this hashed code on SHA-265
d312fe1994124e29478
caaddefabec047746608
b8ef09b69b3ac2f63f4
e53a4a
if your domain matches this code you are probably in poketube.fun :3
2022-12-25 11:22:20 -05:00
"
2024-01-12 02:07:22 -05:00
2022-12-25 11:22:20 -05:00
></i>
<% } %>
2023-01-31 15:37:42 -05:00
<% if (verify) { %>
<i style="margin-left: 2em;" class="fa-light fa-badge-check"
title="This is a veried instance!
this instance was verified to be fast and secure!"
></i>
<% } %>
2022-12-25 11:22:20 -05:00
2022-10-16 06:05:39 -04:00
</div>
<div class="middle">
2023-01-20 05:22:02 -05:00
<form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:var(--text-color);font-family:poketube flex,sans-serif;border-radius: 2em;font-weight: 850;font-stretch: extra-expanded;" data-ddg-inputtype="identities.firstName">
2022-11-15 06:58:09 -05:00
<button class="btn btn-success" type="submit" style="transform: translate(21em, -1.25em);"><i class="fa-light fa-search"></i></button>
2022-09-12 11:35:54 -04:00
</form>
2022-11-15 06:58:09 -05:00
2023-11-21 12:52:46 -05:00
2022-08-08 19:39:07 -04:00
</div>
2022-08-09 17:42:18 -04:00
<div class="right">
2023-11-06 10:32:03 -05:00
2023-03-26 08:02:27 -04:00
<p id="fetch-count">
2024-01-12 02:46:20 -05:00
</p>
2024-01-07 09:01:24 -05:00
<a class="settings-icon" href="/game-hub"><i class="fa-light fa-gamepad-modern"></i>
</a>
2023-06-18 12:22:11 -04:00
2023-11-06 10:32:03 -05:00
<a class="settings-icon" href="/customize"><i class="fa-light fa-brush"></i>
</a>
2024-01-07 09:01:24 -05:00
2023-11-06 10:32:03 -05:00
<div class="icon-button dropdown settings-icon">
2022-12-31 09:09:52 -05:00
<input type="checkbox" id="loggedout-dropdown" autocomplete="off">
<label for="loggedout-dropdown">
2023-05-16 14:02:48 -04:00
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-gear"></i>
2022-12-31 09:09:52 -05:00
</label>
<div class="dropdown__menu" style="right: -1em;">
2023-05-16 14:02:48 -04:00
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 0px;margin-bottom: -3px;font-size: larger;line-height: 20.7px;text-align: center;">Options</div>
2023-04-14 17:08:06 -04:00
<a href="/customize" style="text-decoration: none;" class="dropdown__item">
2023-02-22 10:59:49 -05:00
<i class="fa-light fa-brush"></i>
2023-04-14 17:08:06 -04:00
Customize PokeTube
2023-02-22 10:59:49 -05:00
</a>
2023-04-12 16:38:57 -04:00
2023-10-08 02:43:40 -04:00
<a href="/account-create" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-user"></i>
Account
</a>
2024-01-14 17:42:14 -05:00
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-grid-2"></i>
More From Poke </a>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
2023-09-23 11:30:53 -04:00
<% if (!a) { %>
2024-01-12 02:07:22 -05:00
<a href="/watch?v=<%=inv_vid.videoId%>&a=false" title="Ambient mode uses a very cool ahh effect to make watching videos more immersive by casting gentle colors from the video into your screens background! and it looks amazing :3 owo" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-lightbulb-on"></i>
2023-01-11 13:53:58 -05:00
Ambient mode • on
</a>
<% } %>
<% if (a) { %>
2024-01-12 02:07:22 -05:00
<a title=title="Ambient mode uses a very cool ahh effect to make watching videos more immersive by casting gentle colors from the video into your screens background! and it looks amazing :3 owo" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-lightbulb" style="width: 1em;margin-left: 4px;"></i>
2023-01-11 13:53:58 -05:00
Ambient mode • off
</a>
2022-12-31 09:09:52 -05:00
2023-03-04 06:01:01 -05:00
<% } %>
2023-06-02 17:44:34 -04:00
<% if (!dm) { %>
<a href="/watch?v=<%=inv_vid.videoId%>&dm=true" title="Enable dark video info panel" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-sun-bright"></i>
Dark Info Panel • off
</a>
<% } %>
<% if (dm) { %>
<a title="Enable Dark video info" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-moon" style="width: 1em;margin-left: 4px;"></i>
Dark Info Panel • on
</a>
<% } %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
2023-03-04 06:01:01 -05:00
<% if (!universe) { %>
2023-03-07 13:08:15 -05:00
<a href="/watch?v=<%=inv_vid.videoId%>&universe=2" title="test out the new layout of poketube!" style="text-decoration: none;" class="dropdown__item">
2023-03-04 06:01:01 -05:00
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
Testing Mode
</a>
<% } %>
<% if (universe) { %>
2023-03-07 13:08:15 -05:00
<a title="test out the new layout of poketube!" href="/watch?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
2023-03-04 06:01:01 -05:00
<i class="fa-light fa-flask" style="width: 16px;height: 17px;margin-left: 2px;"></i>
Close testing mode
</a>
<% } %>
2024-01-12 02:07:22 -05:00
<a href="https://youtube.com/watch?v=<%=inv_vid.videoId%>"style="text-decoration: none;" class="dropdown__item">
<i class="fa-brands fa-youtube"></i>
Open on YouTube :3
</a>
<a title="Low Bandwidth? Is your Internet from ummhh 1999? Do u still use dial-in for some reason lol - u can try Lite!" href="/lite?v=<%=inv_vid.videoId%>" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-bolt" style="width: 16px;height: 17px;margin-left: 2px;"></i>
Go Lite!
</a>
2024-01-12 02:46:20 -05:00
2022-12-31 09:09:52 -05:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
2023-01-08 14:54:55 -05:00
<a href="/api/version.json" style="text-decoration: none;color:#fff;" class="dropdown__item">
2022-12-31 09:09:52 -05:00
<i class="fa-light fa-circle-info"></i>
Version
</a>
2023-05-16 14:02:48 -04:00
<a href="https://codeberg.org/ashley/poketube" style="text-decoration: none;color:#fff;" class="dropdown__item">
2024-01-12 02:46:20 -05:00
<i style="width: 16px;height: 17px;margin-left: 2px;" class="fa-light fa-code-merge"></i>
2024-01-12 02:07:22 -05:00
Source Code
</a>
<a href="/privacy" style="text-decoration: none;color:#fff;" class="dropdown__item">
2024-01-12 02:46:20 -05:00
<i style="width: 16px;height: 17px;margin-left: -1px;" class="fa-light fa-shield"></i>
2024-01-12 02:07:22 -05:00
Privacy
2023-05-16 14:02:48 -04:00
</a>
2022-12-31 09:09:52 -05:00
</div>
</div>
2023-11-06 10:32:03 -05:00
<a href="/account-create" class="account"><i class="fa-light fa-user"></i>Account</a>
2022-12-30 11:19:26 -05:00
2022-08-09 17:42:18 -04:00
</div>
</nav>
2022-11-01 11:47:27 -04:00
2022-06-22 05:53:57 -04:00
<div class="watch-page">
2022-07-09 03:06:53 -04:00
<div class="primary">
2023-06-18 12:22:11 -04:00
<div id="popupMenu" class="popup">
<div >
<a href="/download?v=<%=inv_vid.videoId%>" style="color: #fff;">
<i class="fa-light fa-download"></i> Download Video</a>
2023-06-18 12:22:11 -04:00
</div>
<div>
<% if (isvidious) { %>
<% if (!qua) { %>
<a href="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=22&local=true" style="color: #fff;" target="_blank">
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
2023-06-18 12:22:11 -04:00
</a>
<% } %>
<% if (qua === "medium") { %>
<a href="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" target="_blank" style="color: #fff;">
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
2023-06-18 12:22:11 -04:00
</a>
<% } %>
<% } %>
<% if (!isvidious) { %>
<% if (!qua) { %>
2023-12-09 13:29:50 -05:00
<a href="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/22 " target="_blank" style="color: #fff;">
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
2023-06-18 12:22:11 -04:00
</a>
<% } %>
2022-11-24 15:29:18 -05:00
2023-06-18 12:22:11 -04:00
<% if (qua === "medium") { %>
2023-12-09 13:29:50 -05:00
<a href="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/18 " target="_blank" style="color: #fff;">
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
2023-06-18 12:22:11 -04:00
</a>
<% } %>
<% } %>
</div>
<div id="loopOption">
<i class="fa-light fa-repeat"> </i> Loop Video
2023-06-18 12:22:11 -04:00
</div>
<div id="speedOption">
<i class="fa-light fa-gauge"></i> Speed: 1.00x
2023-06-18 12:22:11 -04:00
</div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;/*! width: 4.5em; */height: 0;">
<div >
<a href="https://codeberg.org/Ashley/poketube/issues/new" style="color: #fff;">
<i class="fa-light fa-flag"></i> Report broken proxy/video</a>
2023-06-18 12:22:11 -04:00
</div>
</div>
2023-03-07 13:08:15 -05:00
<div id="<%=sha384(inv_vid.videoId)%>" class="video-player-container">
2022-12-01 14:22:22 -05:00
2023-01-19 17:31:38 -05:00
<video class="player video-ambient-container" id="video" style="border-radius: 16px;
2022-12-04 08:17:36 -05:00
box-sizing: border-box;
min-width: 100%;
2023-12-11 13:13:41 -05:00
display: block; !important;" autoplay controls>
2023-05-08 12:24:44 -04:00
<% if (isvidious) { %>
<% if (!qua) { %>
2023-04-28 13:45:40 -04:00
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=22&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true">
2022-10-19 15:11:56 -04:00
<% } %>
<% if (qua === "medium") { %>
2023-04-28 13:45:40 -04:00
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="sd360" selected="true">
2022-10-19 13:22:37 -04:00
<% } %>
2023-05-08 12:24:44 -04:00
<% } %>
2024-01-05 11:21:02 -05:00
<% if (!isSchoolProxy) { %>
2023-05-08 12:24:44 -04:00
<% if (!isvidious) { %>
<% if (!qua) { %>
2023-12-09 13:29:50 -05:00
<source src="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/22" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true">
2023-05-08 12:24:44 -04:00
<% } %>
<% if (qua === "medium") { %>
2023-12-09 13:29:50 -05:00
<source src="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/18" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="sd360" selected="true">
2024-01-05 11:21:02 -05:00
<% } %>
2023-05-08 12:24:44 -04:00
<% } %>
<% } %>
2024-01-05 11:21:02 -05:00
<% if (isSchoolProxy) { %>
<% if (!qua) { %>
<source src="https://tube-proxy.ashley0143.xyz/proxy/media/<%=inv_vid.videoId%>/22" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true">
<% } %>
2024-01-05 11:21:02 -05:00
<% if (qua === "medium") { %>
<source src="https://tube-proxy.ashley0143.xyz/proxy/media/<%=inv_vid.videoId%>/18" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="sd360" selected="true">
<% } %>
2023-04-24 12:57:27 -04:00
2024-01-05 11:21:02 -05:00
<% } %>
2023-06-30 06:39:13 -04:00
<% if (Array.isArray( inv_vid.captions)) { %>
<% inv_vid.captions?.forEach(x => { %>
<track src="/api/subtitles?v=<%=inv_vid.videoId%>&h=<%= x.label %>" label="<%= x.label.replace("United States","Simplified - USA") %>" kind="subtitles">
2022-09-09 14:16:18 -04:00
2023-11-16 12:26:48 -05:00
<% }) %>
<% } %>
2023-06-30 06:39:13 -04:00
<% if (!Array.isArray( inv_vid.captions)) { %>
2023-10-16 11:55:34 -04:00
<track src="/api/subtitles?v=<%=inv_vid.videoId%>&h=<%= %>" label="<%= video.Subtitles.Subtitle.language.replace("United States","Simplified - USA") %>" kind="subtitles">
2023-11-16 12:26:48 -05:00
<% } %>
2023-06-30 06:39:13 -04:00
2022-12-01 14:22:22 -05:00
</video>
2023-10-08 16:47:18 -04:00
<% if (!a) { %>
<canvas width="150" height="150" id="ambient-canvas"></canvas>
2023-11-21 12:52:46 -05:00
<% } %>
2023-10-08 16:47:18 -04:00
<div class="pwp" style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;margin-top: auto;max-height: 16px;" align="center">
2022-08-11 20:13:16 -04:00
<% if (!qua) { %>
2022-08-08 19:39:07 -04:00
2023-03-07 13:08:15 -05:00
<i style="display: block;" title="High Definition [Current]" class="fa-solid fa-high-definition"></i> <a href="/watch?v=<%=inv_vid.videoId%>&quality=medium"><i style="display: block;" title="Standard Definition" class="fa-light fa-standard-definition"></i></a>
2022-08-08 19:39:07 -04:00
<% } %>
<% if (qua) { %>
2023-03-07 13:08:15 -05:00
<a href="/watch?v=<%=inv_vid.videoId%>"> <i style="display: block;" title="High Definition" class="fa-light fa-high-definition"></i> </a> <i style="display: block;" title="Standard Definition [Current]" class="fa-solid fa-standard-definition"></i>
2022-08-08 19:39:07 -04:00
<% } %>
2023-01-18 06:26:48 -05:00
<input type="checkbox" class="v" id="box" style="display:none">
<label class="h" for="box">
<div class="fnt">
2023-02-05 12:58:01 -05:00
<i title="Stats for nerdys" class="fa-light fa-bug" style="margin-left: 0.9em;display:block;"></i>
2023-01-18 06:26:48 -05:00
</div>
</label>
2023-01-17 16:04:29 -05:00
2024-01-20 11:05:08 -05:00
<% if (inv.comments) { %>
2023-01-17 16:04:29 -05:00
<input type="checkbox" class="hj" id="j" style="display:none">
<label class="hj" for="j">
<div class="fnt">
<i title="FLYING COMMENTS" class="fa-light fa-comments"></i> </div>
</label>
<% } %>
2023-01-18 06:26:48 -05:00
2023-01-19 17:31:38 -05:00
<a href="#video" class="maxi" id="maximize"> <i style="display: block;" title="Maximise!" class="fa-light fa-maximize"></i> </a>
2023-11-21 12:52:46 -05:00
2023-01-18 06:26:48 -05:00
<!-- Stats for nerds -->
<div class="div_box">
2023-03-07 13:08:15 -05:00
Video id : <%=inv_vid.videoId%> <br>
2023-01-11 13:53:58 -05:00
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
2023-03-05 07:22:21 -05:00
Video Format :<% if (!qua) { %> 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
<% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> <br>
2023-12-13 00:26:57 -05:00
<% if (inv_vid.genre === "Music") { %>
2023-12-13 00:33:05 -05:00
Audio Format: ALAC lossless (https://github.com/macosforge/alac) <br>
2023-12-13 00:26:57 -05:00
<% } %>
<% if (inv_vid.genre !== "Music") { %>
Audio Format: Opus - Normalized audio<br>
<% } %>
PokeTubeEncryptID: <%=sha384(inv_vid.videoId)%> <br>
2023-05-08 12:24:44 -04:00
<% if (isvidious) { %>
2023-01-10 11:06:10 -05:00
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
2023-05-08 12:24:44 -04:00
<% } %>
<% if (!isvidious) { %>
2023-12-09 13:29:50 -05:00
Proxy : tube-proxy.poketube.fun - refresh the page to change the proxy location<br>
2023-05-08 12:24:44 -04:00
<% } %>
2023-09-13 15:13:00 -04:00
Date : <%- Date.now() %> - <%- useragent.os.replace("Linux", "GNU/Linux") %> on <%- useragent.browser %> <br>
2023-05-08 12:24:44 -04:00
<% if (isvidious) { %>
2023-03-07 13:08:15 -05:00
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + u.replace("https://","") ) %> <br>
2023-05-08 12:24:44 -04:00
<% } %>
<% if (!isvidious) { %>
2023-12-09 13:29:50 -05:00
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube-proxy.poketube.fun" ) %> <br>
2023-05-08 12:24:44 -04:00
<% } %>
143 : true <br>
2023-01-18 06:26:48 -05:00
</div>
2022-08-08 19:39:07 -04:00
</div>
2022-08-16 19:10:16 -04:00
</div>
<br>
2022-11-27 15:04:35 -05:00
<div class="video-info" >
2022-11-05 05:37:34 -04:00
<div class="video-info-panel gradient">
2023-01-11 14:14:02 -05:00
<div class="video-title t" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;"
2023-05-15 11:25:34 -04:00
<% if (inv_vid?.title !== k.Video.Title) { %>
title="Non-Translated title : <%=inv_vid.title%>"
2023-01-11 14:14:02 -05:00
<% } %>
2023-10-28 08:25:17 -04:00
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %>
2023-10-28 08:25:17 -04:00
</div>
2022-11-14 15:34:06 -05:00
<% if (inv_vid.genre === "Music") { %>
<div style="float: left;font-size: small;font-family: ubuntu;margin-bottom: 1em;"> <i title="hq audio" class="fa-light fa-waveform-lines"></i>&nbsp;Lossless </div>
<% } %>
2023-12-13 00:26:57 -05:00
<% if (inv_vid.genre !== "Music") { %>
2023-08-30 17:23:27 -04:00
<a href="#connections" style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;"> Jump to Connections </a>
<% } %>
2022-11-05 05:37:34 -04:00
<div class="video-chnl-info-pill" name="chnl">
2022-11-01 11:47:27 -04:00
<a name="chnl"></a>
2023-04-27 15:13:33 -04:00
<a href="/channel?id=<%=video?.Channel.id || k.Video.Channel.id%>" class="avatar">
2023-11-08 12:22:34 -05:00
<img loading="lazy" src="/avatars/<%= k.Video.Channel.Avatar[1].$t.replace("https://yt3.ggpht.com/", "") %>" %>">
2022-11-01 11:47:27 -04:00
</a>
<div class="name" >
2022-11-06 05:26:20 -05:00
<div>
2022-11-05 05:37:34 -04:00
<a title="<%=k.Video.Channel.Name%> " class="video-info-pill-channelname"> <%=k.Video.Channel.Name%>
2022-11-01 11:47:27 -04:00
</a>
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
2022-11-01 11:47:27 -04:00
<% if (badges) { %>
<% if (badges.tooltip === "Verified") { %>
<i class="fa-solid fa-badge-check" title="<%=badges.tooltip%>"></i>
<% } %> <% if (badges.tooltip === "Official Artist Channel") { %>
<i class="fa-solid fa-music-note" title="<%=badges.tooltip%>"></i>
<% } %> <% } %> <% } %>
2023-09-14 11:51:31 -04:00
2022-11-01 11:47:27 -04:00
</div>
<div class="subscriber-count" style="word-wrap: initial;word-break: break-all;display: block ruby;">
<%= k.Video.Channel.subscriberCount.replace("subscribers", "Subs") %>
</div>
</div>
2023-10-08 02:43:40 -04:00
<button class="subscribe-button"><a id="sub">Suscribe</a></button>
2022-11-01 11:47:27 -04:00
</div>
2022-11-01 16:29:36 -04:00
<div>
2022-11-05 05:37:34 -04:00
<div class="video-info-buttons pill" >
2022-11-01 16:29:36 -04:00
2023-01-08 14:54:55 -05:00
<div class="new-button engagement" style="max-height: 32px;gap: 2px;height: 33px;">
2022-11-24 15:29:18 -05:00
<div title="<%=engagement.likes.toLocaleString()%> Likes">
2022-11-01 16:29:36 -04:00
2022-12-09 15:34:46 -05:00
<div class="pill-button" style="margin-right: 5.5px;">
<i class="fa-light fa-thumbs-up"></i>
2022-11-01 16:29:36 -04:00
<%=convert(engagement.likes)%>
2022-11-24 15:29:18 -05:00
</div>
</div>
<div class = "vertical"></div>
<div style="margin-left: -7.5px;" title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
<div class="pill-button">
2023-05-15 11:25:34 -04:00
<%=convert(engagement.dislikes)%> <i class="fa-light fa-thumbs-down" style="margin-left: 1.5px;"></i>
2022-11-24 15:29:18 -05:00
</div> </div>
2022-11-01 16:29:36 -04:00
2022-11-24 15:29:18 -05:00
</div>
<div style="display: flex;">
2023-05-15 11:25:34 -04:00
<a class="new-button" title="Download this Video :3" style="color:var(--text-color);text-decoration: none; " href="/download?v=<%=inv_vid.videoId%>">
2023-05-14 07:05:25 -04:00
<div class="pill-button" style="">
2022-11-24 15:29:18 -05:00
2022-11-01 16:29:36 -04:00
<i class="fa-light fa-download"></i>
Download
2022-11-24 15:29:18 -05:00
</div>
2022-11-01 16:29:36 -04:00
</a>
2023-02-20 10:28:52 -05:00
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
2023-03-10 08:45:36 -05:00
<% if (!inv_vid.title.endsWith('Audio)')) { %>
2023-02-20 10:28:52 -05:00
<% if (support != undefined) { %>
<div class="new-button button-encryption">
2023-04-24 12:57:27 -04:00
<a title="Support the Creator of the video!" style="color:var(--text-color);text-decoration: none;" href="https://www.patreon.com/join/<%- support.name %>">
2023-02-20 10:28:52 -05:00
<div class="pill-button">
<i class="fa-light fa-heart"></i>
Thanks!
2023-02-20 10:28:52 -05:00
</div>
</div>
</a>
<% }%> <% }%>
<% }%>
<% if (support == undefined) { %>
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
2023-03-10 08:45:36 -05:00
<% if (!inv_vid.title.endsWith('Audio)')) { %>
2022-11-01 16:29:36 -04:00
2023-01-02 13:04:15 -05:00
<div class="new-button button-encryption">
2023-04-14 17:08:06 -04:00
<a title="Switch PokeTube Instance :3" style="color:var(--text-color);text-decoration: none;" href="https://redirect.poketube.fun/watch?v=<%=inv_vid.videoId%>">
2022-11-24 15:29:18 -05:00
<div class="pill-button">
2023-04-14 17:08:06 -04:00
<i class="fa-light fa-rocket-launch"></i>
2023-12-25 06:08:47 -05:00
Redirect!
2023-01-18 06:26:48 -05:00
</div>
</div>
2022-11-24 15:29:18 -05:00
2022-11-01 16:29:36 -04:00
</a>
<% }%> <% }%>
<% }%> <% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
2022-11-01 16:29:36 -04:00
<% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
2023-03-07 13:08:15 -05:00
<a class="new-button" title="open this song in poketube music player :3" style="color:var(--text-color);text-decoration: none;" href="/music?v=<%=inv_vid.videoId%>">
2022-11-24 15:29:18 -05:00
<div class="pill-button">
2022-11-01 16:29:36 -04:00
<i class="fa-light fa-music"></i>
Open In Music Player
2022-11-24 15:29:18 -05:00
</div>
2022-11-01 16:29:36 -04:00
</a>
<% }%>
<% }%>
2022-12-01 12:21:20 -05:00
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
2024-01-20 11:05:08 -05:00
<% if (!inv_vid.title.endsWith('Audio)')) { %>
<% if (inv.comments) { %>
2023-01-16 12:34:51 -05:00
<div class="new-button button-lite" style=";margin-left: -4px;">
<a title="See videos comments" style="color:var(--text-color);text-decoration: none" href="#comments-container">
2023-01-02 13:04:15 -05:00
<div class="pill-button">
2022-11-30 13:44:53 -05:00
<i class="fa-light fa-comments"></i>
2024-01-11 03:38:52 -05:00
<%- convert(inv.commentCount) %> Comments
2023-01-02 13:04:15 -05:00
</div>
2022-11-30 13:44:53 -05:00
</a>
</div>
2022-12-01 12:21:20 -05:00
<% }%>
2024-01-20 11:05:08 -05:00
<% }%>
<% }%>
2023-01-02 13:04:15 -05:00
2022-11-01 16:29:36 -04:00
2023-01-02 13:04:15 -05:00
</div>
2022-11-01 16:29:36 -04:00
</div>
2022-11-24 15:29:18 -05:00
</div>
2022-11-01 11:47:27 -04:00
2022-11-03 12:43:47 -04:00
</div>
2022-11-01 11:47:27 -04:00
2022-12-29 15:27:52 -05:00
<div class="video-sub-info description">
2022-12-29 15:27:52 -05:00
<details open="true" class="description-new">
<summary style="color:#fff;">
2023-08-30 17:23:27 -04:00
<%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description</summary>
2022-12-29 15:27:52 -05:00
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
<% if (String(inv_vid.descriptionHtml) != " ") { %>
2023-03-02 15:28:18 -05:00
<% if (String(inv_vid.descriptionHtml) != "<p></p>") { %>
2022-09-17 09:18:50 -04:00
2022-12-29 15:27:52 -05:00
<div style="margin-top:1em;">
2023-09-13 15:13:00 -04:00
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
2022-12-29 15:27:52 -05:00
</div>
2023-03-02 15:28:18 -05:00
<% } %> <% } %> <% } %>
<% if (String(inv_vid.descriptionHtml) != "undefined") { %>
2023-03-02 15:28:18 -05:00
<% if (String(inv_vid.descriptionHtml) != " ") { %>
<% if (String(inv_vid.descriptionHtml) == "<p></p>") { %>
<div style="margin-top:1em;">
2023-03-02 15:40:58 -05:00
<%-String(linkify(inv_vid.description)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
2023-03-02 15:28:18 -05:00
</div>
<% } %> <% } %> <% } %>
<% if (String(inv_vid.description) == " ") { %>
2023-02-24 11:43:03 -05:00
2022-09-26 11:22:02 -04:00
<p> No Description On this Video ( sad innit :c )</p>
<% } %>
2022-09-21 08:21:36 -04:00
2022-09-17 12:23:32 -04:00
<% if (wiki.extract_html) { %>
2022-12-03 06:36:33 -05:00
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">From da web</div>
2022-09-17 12:23:32 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2022-09-20 12:41:56 -04:00
<%-wiki.extract_html%>
2022-09-17 12:23:32 -04:00
<p style="margin-bottom: 10px;">
<a href=" <%-wiki.content_urls.desktop.page%>
">From wikipedia </a> under CC-BY-SA 3.0
2022-09-20 12:41:56 -04:00
</p>
2022-09-22 07:48:07 -04:00
2022-09-20 12:41:56 -04:00
2022-09-17 12:23:32 -04:00
</p>
2022-11-02 14:16:21 -04:00
<% } %>
2023-09-10 14:06:06 -04:00
2022-11-02 14:16:21 -04:00
<a id="metadata"></a>
2022-12-03 06:36:33 -05:00
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Metadata And Engagement</div>
2022-11-02 14:16:21 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2022-11-05 05:37:34 -04:00
<p style="font-weight: bold;">
2022-11-02 14:16:21 -04:00
<span>Views : <%=engagement.viewCount.toLocaleString()%> <br>
Genre: <%-inv_vid.genre %> <br>
Upload date: <%=date%> ^^ <br>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
Rating : <%=engagement.rating.toLocaleString()%> (<%=engagement.dislikes.toLocaleString()%>/<%=engagement.likes.toLocaleString()%> LTDR) <br>
RYD date created : <%=engagement.dateCreated.toLocaleString()%> <br>
2023-03-07 13:08:15 -05:00
<a href="https://returnyoutubedislikeapi.com/votes?videoId=<%=inv_vid.videoId%>">See in json</a>
2022-11-21 11:31:15 -05:00
<a id="nerdy"></a>
</span>
2022-11-21 11:31:15 -05:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2023-12-25 12:54:18 -05:00
<% if (Array.isArray(inv_vid?.keywords)) { %>
2022-11-21 11:31:15 -05:00
2022-12-03 06:36:33 -05:00
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Tags</div>
2022-11-21 11:31:15 -05:00
<div class="tags">
2023-12-25 12:54:18 -05:00
<% inv_vid?.keywords.forEach(x => { %>
2022-11-21 11:31:15 -05:00
<div class="tag">
2022-12-03 06:36:33 -05:00
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
2022-11-21 11:31:15 -05:00
<%=x %>
</a>
</div>
2023-09-10 14:06:06 -04:00
2022-11-21 11:31:15 -05:00
<% }) %>
</div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
<% } %>
</details>
2022-11-21 11:31:15 -05:00
2024-01-06 16:12:27 -05:00
<% if (inv_vid.genre === "Gaming") { %>
2022-11-21 11:31:15 -05:00
2024-01-06 16:12:27 -05:00
<div style="padding: 19px;background: #1f1f1f;border-radius: inherit;border: solid var(--div-border-color);margin-top: 13px;display: flex;flex-direction: row;">
2024-01-12 02:07:22 -05:00
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Poke! Games Hub</div>
2024-01-12 02:46:20 -05:00
<a href="/game-hub?game=snake" style="margin-left: -12em;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;" class="loaded"> Snake </a>
<a href="/game-hub?game=tic-tac-toe" style="margin-left: 9px;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Tic Tac Toe </a>
2024-01-06 16:12:27 -05:00
<a href="/game-hub?game=sudoku" style="margin-left: 9px;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Sudoku </a>
<a href="/game-hub?game=pong" style="margin-left: 9px;margin-top: 10px;padding: 10px;border: 2px solid #fff;border-radius: 10px;background: rgba(255, 255, 255, 0.1);margin-bottom: -13px;text-decoration: none;"> Ping Pong </a>
</div>
<% } %>
2022-11-21 11:31:15 -05:00
2023-08-30 17:23:27 -04:00
<div style="padding: 19px;background: #1f1f1f;border-radius: inherit;border: solid var(--div-border-color);margin-top: 13px;display: flex;flex-direction: row;">
<a id="connections"></a>
<div class="video-title loaded" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: -15px;margin-bottom: 10px;">Connections</div>
<% if (!twitter) { %>
<% if (!discord) { %>
<% if (!reddit) { %>
<% if (!twitch) { %>
2023-08-31 07:44:51 -04:00
<% if (!instagram) { %>
<div style="margin-left: -131px;margin-top: 10px;">
Nyo connections found on the description ;_; <a href="https://codeberg.org/ashley/poketube/issues/"> report a issue lol </a>
</div>
<% } %>
2023-08-30 17:23:27 -04:00
<% } %>
<% } %>
2023-08-31 07:44:51 -04:00
<% } %> <% } %>
2023-08-30 17:23:27 -04:00
<div style="display: flex;margin-left: -134px;gap: 3px;margin-top: 8px;">
<% if (twitter) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/8473b88f-36a4-437f-8c14-fb9e38a623d9.image.png?v=1693424579898" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://x.com/<%- twitter.name %>"> @<%- twitter.name %></a>
2023-08-30 17:23:27 -04:00
</div>
<% } %>
<% if (discord) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/34e2accb-41ec-4b10-a1e8-a0d647ea6e76.image.png" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://discord.gg/<%- discord.name %>"> /<%- discord.name %></a>
2023-08-30 17:23:27 -04:00
</div>
<% } %>
<% if (twitch) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/d277ed96-59cd-44fe-a75a-56b3170fa634.image.png?v=1693429282139" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://twitch.tv/<%- twitch.name %>"> /<%- twitch.name %></a>
2023-08-30 17:23:27 -04:00
</div>
<% } %>
<% if (reddit) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/3bea1171-8723-4719-b0ee-d98d1abbd174.image.png?v=1693429333706" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://reddit.com/r/<%- reddit.name %>"> r/<%- reddit.name %></a>
2023-08-30 17:23:27 -04:00
</div>
<% } %>
<% if (instagram) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/52704940-684c-41e8-b0de-cca642fa39f8.image.png?v=1693429793193" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://instagram.com/<%- instagram.name %>"> <%- instagram.name %></a>
2023-08-30 17:23:27 -04:00
</div>
<% } %>
</div>
</div>
2022-11-02 14:16:21 -04:00
</p>
2022-09-22 07:48:07 -04:00
2022-10-12 16:17:28 -04:00
<div>
</div>
2022-11-01 11:47:27 -04:00
2022-10-29 09:07:11 -04:00
2022-09-17 09:18:50 -04:00
</div>
2022-10-12 16:17:28 -04:00
2022-11-01 11:47:27 -04:00
2022-11-01 16:29:36 -04:00
<div style="display:none;">
2022-11-05 05:37:34 -04:00
<div class="video-pill-buttons">
2022-10-18 16:46:30 -04:00
2022-09-25 03:18:22 -04:00
<div title="<%=engagement.likes.toLocaleString()%> Likes">
2022-07-13 08:35:55 -04:00
<i class="fa-light fa-thumbs-up"></i>
2022-09-22 10:28:28 -04:00
<%=convert(engagement.likes)%>
2022-06-22 05:53:57 -04:00
</div>
2022-09-22 10:28:28 -04:00
<div title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
2022-06-22 05:53:57 -04:00
</div>
2022-09-25 03:18:22 -04:00
2022-09-25 08:58:02 -04:00
2022-09-25 03:18:22 -04:00
<div>
2022-06-22 05:53:57 -04:00
2023-05-14 07:05:25 -04:00
<a title="Download this Video :3" style="color:var(--text-color);text-decoration: " href="/download?v=<%=inv_vid.videoId%>">
2022-07-13 08:35:55 -04:00
<i class="fa-light fa-download"></i>
2022-08-27 09:16:29 -04:00
Download
2022-06-22 05:53:57 -04:00
</a>
2022-09-22 07:48:07 -04:00
2022-06-29 17:16:06 -04:00
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
2023-03-10 08:45:36 -05:00
<% if (!inv_vid.title.endsWith('Audio)')) { %>
2022-08-27 09:39:21 -04:00
2023-03-07 13:08:15 -05:00
<a title="Encryption duh" style="color:var(--text-color);text-decoration: none;" href="/encryption?v=<%=inv_vid.videoId%>">
2022-08-27 09:16:29 -04:00
<i class="fa-light fa-shield"></i>
Encryption
</a>
2022-08-27 09:39:21 -04:00
<% }%> <% }%>
<% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
2022-08-27 09:39:21 -04:00
<% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
2023-03-07 13:08:15 -05:00
<a title="open this song in poketube music player :3" style="color:var(--text-color);text-decoration: none;" href="/music?v=<%=inv_vid.videoId%>">
2022-08-27 09:16:29 -04:00
<i class="fa-light fa-music"></i>
2022-10-16 06:05:39 -04:00
Open In Music Player
2022-08-27 09:16:29 -04:00
</a>
2022-08-27 09:39:21 -04:00
<% }%>
<% }%>
2022-06-22 05:53:57 -04:00
</div>
2022-09-25 03:18:22 -04:00
2022-06-22 05:53:57 -04:00
</div>
2022-09-04 03:01:04 -04:00
2022-10-18 16:46:30 -04:00
</div>
</div>
2022-09-25 08:58:02 -04:00
<div style="display:none;">
2022-08-08 19:39:07 -04:00
2022-10-12 11:02:18 -04:00
</div>
2022-10-19 10:34:50 -04:00
2022-10-25 11:53:27 -04:00
2022-10-22 11:00:30 -04:00
2022-10-27 11:28:50 -04:00
2023-01-28 08:04:25 -05:00
<% if(!inv.comments) { %>
<p style="text-align: center">
no comments on this video (it may be disabled or theres just no comments lol)
</p>
<% } %>
2022-10-22 11:00:30 -04:00
<% if (inv.comments) { %>
2022-11-27 15:04:35 -05:00
<div class="comments">
2022-10-27 11:28:50 -04:00
2022-11-05 05:37:34 -04:00
<div class="comments-class-or-something-i-cant-find-a-name-lol">
<a id="comments-container"></a>
2022-12-03 06:36:33 -05:00
<h5 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);white-space:yes;font-stretch: ultra-expanded;margin-bottom: 11px;margin-top: 6px;padding-top: 10px;">
2024-01-11 03:38:52 -05:00
Comments <span style="font-family: inter;font-weight: 900;text-transform: lowercase;margin: 1px;">- <%- convert(inv.commentCount) %> </span>
2022-10-25 11:53:27 -04:00
</h5>
<p style="padding: 0;margin: 0;font-family: Inter;margin-bottom: 10px;">
Top Comments of this video!! :3
2022-10-25 11:53:27 -04:00
</p>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2024-01-19 17:06:30 -05:00
<% inv.comments.forEach(x =>{ %><div class="fade-in<%- x.commentId %><%- btoa(x.commentId) %>"><div class="_ comment_<%- x.commentId %><%- btoa(btoa(x.commentId)) %>"style="padding:10px"><div class="comment-list left-padding"style="background:#333;padding-top:1px;padding:10px;border-radius:30px;padding-top:0"><div class="d-flex justify-content-between single-comment"style="padding-top:none"><div class="d-flex justify-content-between user"><div class="desc"><h5 style="display:flex;margin-top:7px;padding-top:10px"><div class="thumb"><a href="/channel?id=<%- x.authorId%>"style="width:40px;height:40px"class="avatar"><img loading="lazy"src="<%- media_proxy_url %>/proxy?url=<%= x.authorThumbnails[1].url.replace("https://yt3.ggpht.com/", "https://iv.ggtyler.dev/ggpht/") %>"></a></div><% if (!x.authorIsChannelOwner) { %><p class="comments-author"><a href="/channel?id=<%- x.authorId%>"style="color:var(--text-color);text-decoration:none"><%- x.author%><% if (x.verified) { %><i class="icon ion ion-md-checkmark-circle"></i><% } %><p class="date-publish"><%- x.publishedText %></p></a></p><% } %><% if (x.authorIsChannelOwner) { %><p class="comments-author owner"><a href="/channel?id=<%- x.authorId%>"style="color:var(--text-color);text-decoration:none"><%- x.author%><% if (x.verified) { %><i class="icon ion ion-md-checkmark-circle"></i><% } %><p class="date-publish"><%- x.publishedText %></p></a><% } %></h5><p class="comment"style="font-weight:700"><%- x.contentHtml %><br><br><% if (x.likeCount === 0) { %><i class="fa-light fa-thumbs-up"></i> | <i class="fa-light fa-thumbs-down"></i><% } else { %><i class="fa-light fa-thumbs-up"></i> <%= convert(x.likeCount) %> | <i class="fa-light fa-thumbs-down"></i><% } %><% if(x.creatorHeart) { %> <i class="icon creator-heart-small-container ion-ios-heart"style="color:#ffabcc"title="<%= x.creatorHeart.creatorName%> marked it with a ❤ owo"></i><% } %></div></div></div></div></div></div><% }) %>
2023-12-10 09:34:13 -05:00
<center>
2023-06-18 12:22:11 -04:00
<a href="#top">Go To Top</a>
</center>
2022-10-18 16:46:30 -04:00
</div>
2023-06-18 12:22:11 -04:00
2022-10-27 11:28:50 -04:00
</div>
2022-10-12 11:02:18 -04:00
2022-10-27 11:28:50 -04:00
<% } %>
2022-09-25 08:58:02 -04:00
2022-10-27 11:28:50 -04:00
<% if(!inv.comments) { %>
</div>
2022-09-26 11:22:02 -04:00
2022-10-27 11:28:50 -04:00
<% } %>
2022-09-26 11:22:02 -04:00
2022-09-25 08:58:02 -04:00
2022-10-27 11:28:50 -04:00
<% if(inv.comments) { %>
</div>
<% } %>
2022-11-05 05:37:34 -04:00
<div class="recommended-list" align="center">
2023-02-10 10:14:49 -05:00
<div style="text-align: left;" class="auto-play">
2023-04-24 12:57:27 -04:00
<label title="autoplay the next video" for="continue">AutoPlay:</label>
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
2023-02-10 10:14:49 -05:00
</div>
2023-04-14 17:08:06 -04:00
2024-01-14 11:23:01 -05:00
<div style="text-align: right;margin-top: -2.2em;width: 1em; margin-left: auto; margin-right: 5px;" >
2024-01-12 02:46:20 -05:00
<a title="Upload content :3" href="/video/upload">
<i class="fa-light fa-circle-plus"></i>
</a>
</div>
2023-04-14 17:08:06 -04:00
2023-01-28 08:04:25 -05:00
<div class="tags rec" >
2023-01-28 09:12:26 -05:00
<div class="tag" style="background:var(--chip-background-hover)">
2023-01-28 08:04:25 -05:00
Recommended Videos
</div>
2023-04-27 15:13:33 -04:00
<a style="color:#fff" href="/channel?id=<%=video?.Channel.id || k.Video.Channel.id %>" class="tag">
2024-01-14 11:23:01 -05:00
View <%=k.Video.Channel.Name%>
2023-01-28 08:04:25 -05:00
</a>
</div>
2022-07-13 08:35:55 -04:00
2023-04-24 12:57:27 -04:00
2022-06-22 09:34:25 -04:00
<% if (!r) { %>
2022-09-09 07:59:39 -04:00
2022-11-30 13:44:53 -05:00
2023-01-28 08:04:25 -05:00
<div>
2023-01-02 12:17:41 -05:00
</div>
2023-01-02 13:04:15 -05:00
2023-04-14 17:08:06 -04:00
2024-01-01 12:02:02 -05:00
<% if (!f) { %>
2024-01-19 17:06:30 -05:00
<% k.Video.Recommendations?.Video?.forEach(x => { %> <div class="fade-in video"> <% if (!optout) { %><a class="thumbnail" href="/watch?v=<%= x.id %>" style="background-image:url(<%- media_proxy_url %>/proxy?url=https://iv.ggtyler.dev/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw);border-radius:9.5px" alt="<%= x.Title %>"><span class="video-length"><%- x.duration || "LIVE"%></span><% } %><% if (optout) { %><a class="thumbnail"href="/watch?v=<%= x.id %>&m=f"style="background-image:url(<%- media_proxy_url %>/proxy?url=https://iv.ggtyler.dev/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw);border-radius:9.5px"alt="<%= x.Title %>"><span class="video-length"><%- x.duration || "LIVE"%></span><% } %></a><div class="info"><% if (!optout) { %><a class="max-lines-2 title" href="/watch?v=<%= x.id %>" style="font-stretch:ultra-expanded;font-weight:850" title="<%= x.Title %>"><%= x.Title %></a><% } %><% if (optout) { %><a class="max-lines-2 title" href="/watch?v=<%= x.id %>&m=f" style="font-stretch:100%;font-weight:800" title="<%= x.Title %>"><%= x.Title %></a><% } %><div><a class="max-lines-2" href="/channel?id=<%= x.Channel.id %>" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word"><%=x.Channel.Name %></a><div class="video-views"><% if (universe) { %><%= x.uploadedAt.replace("Streamed ", " ") %> <br> <%= convert(x.views) %> views <% } %> <% if (!universe) { %><%= x.uploadedAt.replace("Streamed", " ") %> • <%= convert(x.views) %> views <% } %> </div></div></div></div><% }) %><% } %>
2024-01-01 12:02:02 -05:00
<% if (f) { %>
2022-07-13 08:35:55 -04:00
2023-01-28 08:04:25 -05:00
<% tj.forEach(x => { %>
2022-07-13 08:35:55 -04:00
<div class="video">
<% if (!optout) { %>
2022-06-22 09:34:25 -04:00
2024-01-19 07:48:11 -05:00
<a href="/watch?v=<%= x.id %>" class="thumbnail" style="background-image: url('<%- proxyurl %>/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;" > <span class="video-length"><%=x.duration %></span>
2022-07-13 08:35:55 -04:00
<% } %>
<% if (optout) { %>
2024-01-19 07:48:11 -05:00
<a href="/watch?v=<%= x.id %>&m=f" class="thumbnail" style="background-image: url('<%- proxyurl %>/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;" > <span class="video-length"><%=x.duration %></span>
2022-08-15 04:53:02 -04:00
<% } %>
2022-07-13 08:35:55 -04:00
</a>
<div class="info">
2022-07-21 17:02:08 -04:00
<% if (!optout) { %>
2023-01-28 08:04:25 -05:00
<a href="/watch?v=<%= x.id %>" class="title max-lines-2" style="font-stretch: 100%;font-weight: 800;" title="<%= x.Title %>"><%= x.Title %></a>
2022-07-13 08:35:55 -04:00
<% } %>
<% if (optout) { %>
2023-03-27 15:48:40 -04:00
<a href="/watch?v=<%= x.id %>&m=f" class="title max-lines-2" title="<%= x.Title %>" style="font-stretch: 100%;font-weight: 800;"><%= x.Title %></a>
2022-07-13 08:35:55 -04:00
<% } %>
<div>
2023-04-27 15:13:33 -04:00
<a class="max-lines-2" href="/channel?id=<%= video?.Channel?.Name || k.Video.Channel.Name %>" style="-webkit-line-clamp: 1;width: 12em;word-wrap: break-word;"><%= video?.Channel?.Name || k.Video.Channel.Name %></a>
2023-01-28 08:04:25 -05:00
<div class="video-views"> <%= x.uploadedAt %> • <%= convert(x.views) %> views </div>
2022-07-13 08:35:55 -04:00
</div>
</div>
</div>
2022-06-22 05:53:57 -04:00
2022-07-13 08:35:55 -04:00
<% }) %>
<% } %>
<% } %>
2022-07-13 08:35:55 -04:00
2022-06-22 05:53:57 -04:00
<% if (lyrics) { %>
2022-06-22 09:34:25 -04:00
<% if (r === "f") { %>
2022-07-07 07:34:44 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-07-31 05:41:20 -04:00
<div>
2023-10-06 17:55:46 -04:00
<a href="/watch?v=<%=inv_vid.videoId%>">See the Recommended videos instead</a> - <a href="https://codeberg.org/Ashley/poketube/issues">Report wrong lyrics qwq</a>
2022-07-31 05:41:20 -04:00
</div>
2022-07-07 07:34:44 -04:00
<div align="center"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-12-08 16:06:36 -05:00
<h1 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);;white-space:yes;" align="center">
2022-07-07 07:34:44 -04:00
Lyrics
2022-06-22 05:53:57 -04:00
</h1>
<p>
2023-10-06 17:55:46 -04:00
See how our lyrics search works:<a href="https://codeberg.org/Ashley/poketube/blob/main/src/lyrics.js">Here</a>
2022-06-22 05:53:57 -04:00
</p>
2022-02-21 14:29:28 -05:00
<p style="color: white;">
2022-12-03 06:36:33 -05:00
<p style=color:var(--text-color)>
2022-02-21 14:29:28 -05:00
<%-lyrics%>
2022-06-08 12:05:47 -04:00
</p>
2022-06-22 09:34:25 -04:00
<% } %>
2022-06-08 12:05:47 -04:00
2022-06-22 09:34:25 -04:00
<% } %> </details>
2023-09-13 15:13:00 -04:00
<% if (lyrics && !r) { %>
<div style="font-family:Inter,sans-serif;;white-space:yes;" align="center">
<% if (optout) { %>
<a href="/watch?v=<%=inv_vid.videoId%>&r=f">Lyrics (Wow)</a>
<% } %>
<% if (!optout) { %>
<a href="/watch?v=<%=inv_vid.videoId%>&r=f">Lyrics (Wow)</a>
<% } %>
</div>
<% } %>
2024-01-12 02:07:22 -05:00
2023-09-13 15:13:00 -04:00
<div style="font-family:Inter,sans-serif;;white-space:yes;" align="center">
2022-09-09 07:59:39 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<br>
2023-10-06 17:55:46 -04:00
<a href="https://youtube.com/watch?v=<%=inv_vid.videoId%>">Open On YouTube</a> • <a href="/privacy">Privacy</a> • <a href="https://codeberg.org/Ashley/poketube/">Git</a>
2022-09-09 07:59:39 -04:00
</div>
<% if (optout) { %>
<% } %>
<% if (!optout) { %>
2022-12-08 16:06:36 -05:00
<div style="font-family:Inter,sans-serif;;white-space:yes;" align="center">
2022-09-09 07:59:39 -04:00
2023-03-27 15:48:40 -04:00
<a href="/watch?v=<%=inv_vid.videoId%>&m=f">
2022-12-03 06:36:33 -05:00
Opt out of Metrics</a> (<a href="/privacy" style="color:var(--text-color)">Wut?</a>)
2022-09-09 07:59:39 -04:00
</div>
<% } %>
2022-09-09 11:07:26 -04:00
2022-06-22 09:34:25 -04:00
</div>
2023-09-13 15:13:00 -04:00
2022-06-26 01:03:24 -04:00
</div>
2023-11-21 12:52:46 -05:00
2022-08-06 13:07:06 -04:00
2023-02-10 10:14:49 -05:00
2023-06-14 16:26:31 -04:00
<!-- SCRIPTS -->
<!-- AUTOPLAY -->
2023-02-10 10:14:49 -05:00
<script>
2023-04-14 17:08:06 -04:00
function removeParam(paramName) {
2023-02-10 13:28:25 -05:00
let searchParams = new URLSearchParams(window.location.search);
searchParams.delete(paramName);
if (history.replaceState) {
2023-03-05 15:36:20 -05:00
let searchString = searchParams.toString().length > 0 ? '?' + searchParams.toString() : '';
let newUrl = window.location.protocol + "//" + window.location.host + window.location.pathname + searchString + window.location.hash;
history.replaceState(null, '', newUrl);
}
2023-02-10 13:28:25 -05:00
}
2023-09-16 00:57:17 -04:00
<% if (k.Video.Recommendations.Video) { %>
2023-03-05 15:36:20 -05:00
let checkbox = document.getElementById("continue");
2023-02-10 10:14:49 -05:00
checkbox.addEventListener('change', function(e) {
2023-03-05 15:36:20 -05:00
if (checkbox.checked) {
console.log("[AUTOPLAY] enabled");
document.getElementById('video').addEventListener('ended', autoplaynextvideo, false);
2023-09-16 00:57:17 -04:00
let url = window.location.hostname + "/watch?v=<%- k?.Video?.Recommendations?.Video[0]?.id%>";
2023-03-19 14:10:08 -04:00
2023-02-10 10:14:49 -05:00
function autoplaynextvideo(e) {
2023-03-05 15:36:20 -05:00
location.href = "/watch?v=<%- k.Video.Recommendations.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>";
2023-02-10 10:14:49 -05:00
}
}
2023-02-10 11:13:02 -05:00
if (/[?&]autoplay=/.test(location.search)) {
2023-03-05 15:36:20 -05:00
if (!checkbox.checked) {
removeParam("autoplay");
}
2023-02-10 11:13:02 -05:00
}
2023-03-19 14:10:08 -04:00
if (/[?&]autoplay=/.test(location.search)) {
if (checkbox.checked) {
2023-09-16 00:57:17 -04:00
fetch("https://" + window.location.hostname + "/watch?v=<%- k.Video.Recommendations?.Video[0].id%>").then(() => {})
2023-03-19 14:10:08 -04:00
}
}
2023-02-10 10:14:49 -05:00
});
2023-12-29 14:46:19 -05:00
2023-12-30 10:21:00 -05:00
if ('serviceWorker' in navigator) {
navigator.serviceWorker.getRegistrations().then(function(registrations) {
for (let registration of registrations) {
registration.unregister();
}
});
if ('caches' in window) {
caches.keys().then(function(cacheNames) {
cacheNames.forEach(function(cacheName) {
caches.delete(cacheName);
});
});
}
}
2023-02-10 11:13:02 -05:00
if (/[?&]autoplay=/.test(location.search)) {
checkbox.checked = true;
2023-03-05 15:36:20 -05:00
console.log("[AUTOPLAY] enabled");
2023-09-16 00:57:17 -04:00
let url = window.location.hostname + "/watch?v=<%- k.Video.Recommendations?.Video[0].id%>";
2023-03-05 15:36:20 -05:00
document.body.style.cursor = "wait"; // set cursor to "wait" before the fetch request starts
fetch(url)
.then(response => response.json())
.then(data => {
// do something with the data
document.body.style.cursor = "default"; // set cursor back to "default" after the fetch request completes
})
.catch(error => {
console.error(error);
document.body.style.cursor = "default"; // set cursor back to "default" after the fetch request completes
});
document.getElementById('video').addEventListener('ended', autoplaynextvideo, false);
2023-03-19 14:10:08 -04:00
if (/[?&]autoplay=/.test(location.search)) {
if (checkbox.checked) {
2023-09-16 00:57:17 -04:00
fetch("https://" + window.location.hostname + "/watch?v=<%- k.Video.Recommendations?.Video[0].id%>").then(() => {})
2023-03-19 14:10:08 -04:00
}
}
2023-03-05 15:36:20 -05:00
function autoplaynextvideo(e) {
2023-09-16 00:57:17 -04:00
location.href = "/watch?v=<%- k.Video.Recommendations?.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>";
2023-03-05 15:36:20 -05:00
}
2023-02-10 11:13:02 -05:00
}
2023-09-16 00:57:17 -04:00
<% } %>
2023-06-18 12:22:11 -04:00
2023-08-17 08:40:10 -04:00
const lazyElements = document.querySelectorAll('*');
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('loaded');
observer.unobserve(entry.target);
}
});
});
lazyElements.forEach(element => {
observer.observe(element);
});
2023-08-05 16:42:58 -04:00
2023-09-09 12:48:23 -04:00
</script>
2023-09-23 11:30:53 -04:00
<script>
const languageCode = localStorage.getItem("Language");
const regionCode = localStorage.getItem("Region");
const currentURL = location.href;
const urlParams = new URLSearchParams(window.location.search);
2023-09-23 11:30:53 -04:00
if (!urlParams.has('hl') && !urlParams.has('region') && languageCode && regionCode) {
2023-09-23 11:30:53 -04:00
location.href = currentURL + `&region=${regionCode}&hl=${languageCode}`;
}
2023-11-21 12:52:46 -05:00
2023-11-08 13:25:32 -05:00
let isMiddleButtonPressed = false;
// Function to change video speed
function changeVideoSpeed() {
if (isMiddleButtonPressed) {
video.playbackRate = 2; // Set the video speed to 2x
} else {
video.playbackRate = 1; // Set the video speed to 1x
}
}
// Event listener for mouse button press
document.addEventListener('mousedown', function (event) {
if (event.button === 1) {
isMiddleButtonPressed = true;
changeVideoSpeed();
}
});
// Event listener for mouse button release
document.addEventListener('mouseup', function (event) {
if (event.button === 1) {
isMiddleButtonPressed = false;
changeVideoSpeed();
}
});
2023-09-23 11:30:53 -04:00
2023-10-08 02:43:40 -04:00
var anchor = document.getElementById("sub");
// Check if there's a user ID in localStorage
var userID = localStorage.getItem("UserID");
if (userID) {
// If user ID exists in localStorage, set the href attribute
2024-01-05 15:23:49 -05:00
anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=k.Video.Channel.Name%>&avatar=<%- media_proxy_url %>/proxy?url=<%= k.Video.Channel.Avatar[1].$t %>&channelID=<%=video?.Channel.id || k.Video.Channel.id %>`;
2023-10-08 02:43:40 -04:00
} else {
2024-01-05 13:41:32 -05:00
anchor.href = "/account-create"
}
</script>
2024-01-05 13:41:32 -05:00
<!-- comments json - not used rn but will in the future! -->
<script id="comments" type="application/json"><%- JSON.stringify(inv.comments) %></script>
2023-09-16 00:57:17 -04:00
<!-- Ambient Mode, for PokeTube -->
<% if(IsOldWindows) { %>
2023-11-21 12:52:46 -05:00
<script>
console.error("[AMBIENT MODE] error_device_not_supported")
</script>
<% } %>
<% if(!IsOldWindows) { %>
2023-10-08 16:47:18 -04:00
<script>
let requestId;
const loopStart = () => {
requestId = window.requestAnimationFrame(loopStart)
}
const loopCancel = () => {
window.cancelAnimationFrame(requestId)
requestId = undefined
}
const AMvideo = document.getElementById("video")
const canvas = document.getElementById("ambient-canvas")
const ctx = canvas.getContext("2d")
2023-12-08 15:03:46 -05:00
let step;
2023-10-08 16:47:18 -04:00
const draw = () => {
2023-12-08 15:10:54 -05:00
ctx.drawImage(AMvideo, 0, 0, canvas.width, canvas.height);
};
2023-10-08 16:47:18 -04:00
const drawLoop = () => {
draw()
2023-12-08 13:34:00 -05:00
step = window.requestAnimationFrame(drawLoop)
2023-10-08 16:47:18 -04:00
}
const drawPause = () => {
window.cancelAnimationFrame(step)
step = undefined
}
2023-12-08 15:17:17 -05:00
2023-10-08 16:47:18 -04:00
const init = () => {
2023-12-08 15:17:17 -05:00
video.pause();video.play();
AMvideo.addEventListener("loadeddata", draw, false)
AMvideo.addEventListener("seeked", draw, false)
AMvideo.addEventListener("play", drawLoop, false)
AMvideo.addEventListener("pause", drawPause, false)
AMvideo.addEventListener("ended", drawPause, false)
}
2023-10-08 16:47:18 -04:00
const cleanup = () => {
AMvideo.removeEventListener("loadeddata", draw)
AMvideo.removeEventListener("seeked", draw)
AMvideo.removeEventListener("play", drawLoop)
AMvideo.removeEventListener("pause", drawPause)
AMvideo.removeEventListener("ended", drawPause)
}
window.addEventListener("load", init)
window.addEventListener("unload", cleanup)
</script>
<style>
.video-player-container, #video {
position: relative;
2023-12-08 13:34:00 -05:00
z-index: 0;
2023-10-08 16:47:18 -04:00
}
.popup {z-index: 1}
#ambient-canvas {
width: 100%;
height: calc(100% - 18px);
position: absolute;
top: 0px;
border-radius: 18px;
filter: blur(20px);
transform: scale(1.1);
2023-11-07 04:29:49 -05:00
opacity: 0.4;
2023-10-08 16:47:18 -04:00
z-index: -1;
}
</style>
2023-11-21 12:52:46 -05:00
<% } %>
2023-11-26 05:11:06 -05:00
2023-12-17 07:13:23 -05:00
<!-- BUNDLE -->
<!-- BUNDLE -->
<!-- BUNDLE -->
2024-01-09 15:11:49 -05:00
<!-- BUNDLE --><script src="/static/app.bundle.js?version=09.01.2024&bundledate=090124_2211" > </script><!-- BUNDLE -->
2023-12-17 07:13:23 -05:00
<!-- BUNDLE -->
<!-- BUNDLE -->
<!-- BUNDLE -->
2023-11-30 11:36:07 -05:00
2023-11-26 05:11:06 -05:00
<% if(secure) { %>
2023-12-17 07:27:40 -05:00
<!-- matomo -->
2023-11-26 05:11:06 -05:00
<noscript><p><img src="//data.poketube.fun/matomo.php?idsite=2&amp;rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
<% } %>
2023-12-01 14:21:53 -05:00
<style> img.emoji {height: 1em;width: 1em;margin: 0 .05em 0 .1em;vertical-align: -0.1em;}</style>
<script>
2023-05-19 13:12:06 -04:00
window.GLOBAL_ENV = {
API_ENDPOINT_INVID:"https://invid-api.poketube.fun/api/v1",
API_ENDPOINT_INNER:"https://inner-api.poketube.fun/api/",
METRICS_URL:"<%=t%>t",
PROXY_URL_VIDEO:"<%=u%>",
2024-01-19 07:48:11 -05:00
PROXY_URL:"<%- proxyurl %>",
2023-05-19 13:12:06 -04:00
YOUTUBEI_URL:"https://www.youtube.com/youtubei/v1",
POKETUBE_APIKEY:"AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8"
2023-03-26 08:02:27 -04:00
}
2023-03-11 08:39:44 -05:00
</script>
2023-06-14 16:26:31 -04:00
<!-- SCRIPTS END -->
2023-11-16 12:26:48 -05:00
</div> <script>
var statsurl = "https://invid-api.poketube.fun/api/v1/stats"
const userAgent = window.navigator.userAgent;
let browserName = "Unknown";
if (userAgent.includes("Firefox")) {
browserName = "Firefox";
} else if (userAgent.includes("Chrome")) {
browserName = "Chrome";
} else if (userAgent.includes("Safari")) {
browserName = "Safari";
} else if (userAgent.includes("Edge")) {
browserName = "Edge";
} else if (userAgent.includes("Opera") || userAgent.includes("OPR")) {
browserName = "Opera";
} else if (userAgent.includes("MSIE") || userAgent.includes("Trident/")) {
browserName = "Internet Explorer";
}
2022-07-09 03:06:53 -04:00
2023-11-16 12:26:48 -05:00
function applyBtoaMultipleTimes(input, times) {
let result = input;
for (let i = 0; i < times; i++) {
result = btoa(result);
}
return result;
}
const encodedBrowserName = applyBtoaMultipleTimes(browserName.replace("o", "h").replace("fire", "ggteh"), 15);
fetch(statsurl + "?browser=" + encodedBrowserName)
</script>
2023-12-15 08:39:23 -05:00
2023-12-28 08:51:48 -05:00
2023-04-24 12:57:27 -04:00
</ptd-app-ejs>
2022-06-22 05:53:57 -04:00
</body>
2023-11-16 12:26:48 -05:00
2022-06-22 05:53:57 -04:00
</html>
2023-11-16 12:26:48 -05:00
2022-07-31 05:41:20 -04:00
2022-08-06 13:07:06 -04:00
<% } %>
<% if (isMobile) { %>
2022-10-24 11:56:10 -04:00
<% if (isMobile) { %>
2022-08-06 13:07:06 -04:00
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
2024-01-01 14:11:31 -05:00
Copyright (C) 2021-2024 POKETUBE (https://codeberg.org/Ashley/poketube)
2022-08-06 13:07:06 -04: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/.
-->
<!DOCTYPE html>
<html class="poketube_mobile_layout">
2022-08-06 13:07:06 -04:00
<% if (e === false) { %> <!-- if ?e=false,dont show up the meta tags -->
<% } %>
<% if (!e) { %>
2023-03-10 08:45:36 -05:00
<meta content="<%=inv_vid.title%>" name=title>
2022-08-06 13:07:06 -04:00
<meta content="<%=color%>" name="theme-color">
2023-04-27 15:13:33 -04:00
<meta content="<%= video?.Channel?.Name || k.Video.Channel.Name%>" name=twitter:author>
2022-08-06 13:07:06 -04:00
<meta content=@youtube name=twitter:site>
2023-03-07 13:08:15 -05:00
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
2023-03-10 08:45:36 -05:00
<meta content="<%=inv_vid.title%> - PokeTube" name=twitter:title>
2023-04-27 15:13:33 -04:00
<meta content="mobile this video by <%= video?.Channel?.Name || k.Video.Channel.Name%> On PokeTube. The YouTube front-end that doesnt track you!" property=twitter:description>
2023-03-07 13:08:15 -05:00
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
2022-08-06 13:07:06 -04:00
<meta content=summary_large_image name=twitter:card>
2023-03-07 13:08:15 -05:00
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
2022-08-06 13:07:06 -04:00
<% } %> <!-- close the } -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2023-10-16 11:55:34 -04:00
<title> <%=inv_vid.title%> | PokeTube Mobile</title>
2023-12-06 09:35:59 -05:00
<link href="/css/mobile.css?v=2" rel=stylesheet>
2023-12-03 09:19:58 -05:00
<link href="/css/app.main.css" rel=stylesheet>
2024-01-19 07:48:11 -05:00
<link href=<%- proxyurl %>/https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.css rel=stylesheet>
2022-10-16 06:05:39 -04:00
2024-01-19 07:48:11 -05:00
<link href=<%- proxyurl %>/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
2022-08-06 13:07:06 -04:00
<style>
2023-10-16 11:55:34 -04:00
a[data-onclick="jump_to_time"] {
background: linear-gradient(to right, #8a2387, #e94057, #f27121);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
2022-08-06 13:07:06 -04:00
a.class:hover {
text-decoration:underline;
font-weight:bold
}
summary{
color:gray;
}
summary:hover{
color:white;
}
2022-12-09 16:55:22 -05:00
:visited {
color: var(--text-link-visited)
}
2023-03-12 14:01:11 -04:00
#continue {
max-width: 14px;
max-height: 14px;
}
2022-12-09 16:55:22 -05:00
a {
color: var(--text-link)
}
2023-10-23 11:41:04 -04:00
.comment-mini:hover {
background:#3f3f3f !important;
}
2022-08-06 13:07:06 -04:00
</style>
<% if (Array.isArray( !inv.comments)) { %>
<style>
#desc-container {
margin-top: -14.9em;
}
#more-button-container{
margin-top: -14.9em;
}
</style>
<% } %>
2023-04-19 14:41:28 -04:00
2022-10-23 12:02:52 -04:00
2023-02-02 12:11:06 -05:00
<style>body, html { margin: 0; padding: 0; } * { font-family: ubuntu; color:#fff } .player { background-color: #000 !important; display: grid; grid-template-columns: 1fr min-content; grid-template-rows: max-content 1fr max-content max-content max-content; gap: 0 0; width: 100%; /* height: 100%; */ aspect-ratio: 16 / 9; } .player * { color: #fff; } .player.embed, video.embed { position: fixed; top: 0; bottom: 0; left: 0; right: 0; } .player * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .player > video { position: relative; width: 100%; height: 100%; z-index: 0; grid-area: 1 / 1 / 6 / 3; } .player.hide-controls > .player-title, .player.hide-controls > .player-controls, .player.hide-controls > .player-playback-bar-container, .player.hide-controls > .player-menu { display: none !important; } .player-controls { background-color: #0007; display: flex; justify-content: center; align-items: center; z-index: 1; grid-area: 1 / 1 / 6 / 3; } .player-button { width: 96px; height: 96px; font-size: 90px; text-align: center; line-height: 48px; } .player-tiny-button { width: 40px; font-size: 20px; text-align: center; } .player-tiny-button > i { color: #ddd; } .player-button, .player-button * { color: #dddddd !important; text-decoration: none; } .player-button > i { min-width: 48px; } .player-button:hover, .player-button:hover * { color: #fff !important; } .player-playback-bar { transition: width linear 100ms; } .player-playback-bar-container { grid-area: 4 / 1 / 5 / 3; display: flex; column-gap: 8px; justify-content: center; align-items: center; height: 8px; transition: height linear 100ms; width: 100%; z-index: 2; margin-bottom: 10px; } .player-playback-bar-bg { background-color: #fff3 !important; width: 100%; height: 100%; z-index: 2; display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; } .player-playback-bar-bg > * { grid-area: 1 / 1 / 2 / 2; } .player-playback-bar-buffer { background-color: #fffa !important; height: 100%; width: 0; z-index: 3; } .player-playback-bar-fg { background-color: #f00 !important; height: 100%; width: 0; z-index: 4; } .player-buffering { grid-area: 1 / 1 / 6 / 3; z-index: 1; display: flex; justify-content: center; align-items: center; } .player-buffering-spinner { width: 80px; height: 80px; }</style>
2022-08-06 13:07:06 -04:00
<body>
<div class="app" style="color:#fff;margin-top: 0;">
2022-11-08 15:21:07 -05:00
<nav>
2023-11-17 08:53:41 -05:00
<div class="left"><a class="class" href="/" style="font-family:Inter,sans-serif;color:#fff"> <img style="width: 8.5em;display: block;margin-left: -1.5em;margin-right: auto;" src="/css/logo-poke.svg"> </a>
2022-11-08 15:21:07 -05:00
</div>
2022-12-09 06:38:20 -05:00
<div class="middle">
</div>
2022-11-08 15:21:07 -05:00
<div class="right">
2023-10-08 15:53:35 -04:00
<a href="/app?tab=search" style="position: absolute;right: 0;margin: 2em;" ><i class="fa-light fa-search"></i></a>
2022-11-08 15:21:07 -05:00
</div>
2022-09-24 09:14:45 -04:00
<a name="top"></a>
2022-08-06 13:07:06 -04:00
</nav>
<div class="mobile-page">
2022-11-11 15:46:41 -05:00
<div class="primary" >
2022-09-13 13:18:13 -04:00
<div class="video-player-container" style="background-color:#000">
2022-11-24 16:00:00 -05:00
<% if (lightOrDark(color) == "dark") { %>
2023-11-30 06:36:04 -05:00
<video class="player" id="video" style="border-radius: 6px;box-shadow: 0 13em 14em <%=color2
2022-11-24 16:00:00 -05:00
%>;" autoplay controls
2024-01-19 07:48:11 -05:00
poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4">
2022-11-24 16:00:00 -05:00
<% } %>
<% if (lightOrDark(color) == "light") { %>
2023-11-30 06:36:04 -05:00
<video class="player" id="video" style="border-radius: 6px;box-shadow: 0 13em 14em <%=color
2022-11-24 16:00:00 -05:00
%>;" autoplay controls
2024-01-19 07:48:11 -05:00
poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4">
2022-11-24 16:00:00 -05:00
<% } %>
2022-10-23 13:28:39 -04:00
2023-04-28 13:45:40 -04:00
<% if (!qua) { %>
2022-10-23 13:28:39 -04:00
2023-12-27 03:56:32 -05:00
<source src="https://eu-proxy.poketube.fun/latest_version?id=<%=inv_vid.videoId%>&itag=22&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="hd720" selected="true">
2022-10-23 13:28:39 -04:00
<% } %>
<% if (qua === "medium") { %>
2023-12-27 03:56:32 -05:00
<source src="https://eu-proxy.poketube.fun/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs=&quot;avc1.64001F, mp4a.40.2&quot;" label="sd360" selected="true">
2022-10-23 13:28:39 -04:00
<% } %>
2022-10-23 13:28:39 -04:00
2023-10-16 11:55:34 -04:00
<% if (Array.isArray( inv_vid.captions)) { %>
<% inv_vid.captions?.forEach(x => { %>
<track src="/api/subtitles?v=<%=inv_vid.videoId%>&h=<%= x.label %>" label="<%= x.label.replace("United States","Simplified - USA") %>" kind="subtitles">
<img src="https://t.poketube.fun/t/rep.gif?v=<%=btoa(inv_vid.videoId)%>&h=<%= x.label %>" id="subtitle_usage_rate" style="border:0;width: 0;visibility: hidden;">
2022-08-23 10:22:59 -04:00
<% }) %>
2023-10-16 11:55:34 -04:00
<% } %>
<% if (!Array.isArray( inv_vid.captions)) { %>
<track src="/api/subtitles?v=<%=inv_vid.videoId%>&h=<%= %>" label="<%= video.Subtitles.Subtitle.language.replace("United States","Simplified - USA") %>" kind="subtitles">
<img loading="lazy" src="https://t.poketube.fun/t/rep.gif?v=<%=btoa(inv_vid.videoId)%>&h=<%= video.Subtitles.Subtitle.language %>" id="subtitle_usage_rate" style="border:0;width: 0;visibility: hidden;">
<% } %>
2022-08-06 13:07:06 -04:00
</video>
2022-11-11 15:46:41 -05:00
</div>
2022-11-12 16:31:48 -05:00
<div class="video-info" >
2023-06-30 06:39:13 -04:00
<div style="linear-gradient(135deg,#f97794 10%,#623aa2 100%,#8e6f7e 100%);border-radius: 10px;margin-bottom: 10px;padding-bottom: 1em;padding-top: 0.3em;">
2022-11-11 15:46:41 -05:00
2023-08-21 17:07:31 -04:00
<div style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;margin-top: -14px;" align="center">
<% if (!qua) { %>
2023-03-07 13:08:15 -05:00
<i style="display: block;" title="High Definition [Current]" class="fa-solid fa-high-definition"></i> <a href="/watch?v=<%=inv_vid.videoId%>&quality=medium"><i style="display: block;" title="Standard Definition" class="fa-light fa-standard-definition"></i></a>
<% } %>
<% if (qua) { %>
2023-03-07 13:08:15 -05:00
<a href="/watch?v=<%=inv_vid.videoId%>"> <i style="display: block;" title="High Definition" class="fa-light fa-high-definition"></i> </a> <i style="display: block;" title="Standard Definition [Current]" class="fa-solid fa-standard-definition"></i>
<% } %>
2022-11-11 15:46:41 -05:00
</div>
2023-12-06 09:35:59 -05:00
<div class="video-title" style="padding: 10px;background: #0009;margin-bottom: 6px;margin-left: 6px;margin-right: 12px;border-radius: 15px;margin-top: 4px;font-family: poketube flex;font-weight: 800;font-stretch: ultra-expanded;">
2023-10-28 11:45:45 -04:00
2023-11-22 13:59:27 -05:00
<%=inv_vid.title%> <br>
2023-10-28 11:45:45 -04:00
<a id="language-button" href="#desc-container" style="color: pink;
margin: 0;
font-size: 13px;margin:0;padding:0;white-space: nowrap;
2023-03-12 14:01:11 -04:00
" class="switch"><%=engagement.viewCount.toLocaleString()%> views <%=date%> <ptd-custom-more>...more</ptd-custom-more>
</a>
2023-10-28 11:45:45 -04:00
</div>
2022-11-11 15:46:41 -05:00
2022-12-09 06:38:20 -05:00
<div class="channel-info" style="border: none;padding: 10px;background: #0009;border-radius: 15px;margin-left: 6px;margin-right: 12px;" name="chnl">
2022-11-11 15:46:41 -05:00
<a class="avatar">
2024-01-19 07:48:11 -05:00
<img src=" <%- proxyurl %>/<%= k.Video.Channel.Avatar[1].$t %>">
2022-11-11 15:46:41 -05:00
</a>
2022-12-08 16:06:36 -05:00
<div class="name" style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);">
2022-11-11 15:46:41 -05:00
<div>
2023-11-30 06:50:50 -05:00
<a href="/channel?id=<%=k.Video.Channel.id%>" style="color:#fff;max-width: 7.8em;" class="max-lines-1">
2023-02-02 12:11:06 -05:00
<%=k.Video.Channel.Name%></a>
2022-11-11 15:46:41 -05:00
2022-12-09 06:38:20 -05:00
<div class="subscriber-count" style="write-space:nowraap">
2023-11-22 13:59:27 -05:00
<%= k.Video.Channel.subscriberCount.replace("subscribers", "Subs") %>
2022-11-11 15:46:41 -05:00
</div>
</div>
</div>
2023-10-08 15:53:35 -04:00
<button class="subscribe-button" ><a style="color:#fff" id="sub">Suscribe</a></button>
2022-11-11 15:46:41 -05:00
</div>
<div>
<div>
2023-01-08 09:41:25 -05:00
<div class="ptnewbuttons" style=" display: flex;
2022-11-25 10:24:25 -05:00
white-space: nowrap;
2022-11-30 09:03:10 -05:00
overflow: auto;
2022-11-25 10:24:25 -05:00
margin-bottom: 6px;
padding: 4px;
2023-02-04 13:07:57 -05:00
margin-right: 0.99em;
">
2022-11-25 10:24:25 -05:00
<div class="new-button" style="height: 2.3em">
2022-11-06 09:06:55 -05:00
2022-12-09 16:55:22 -05:00
<div class="pill-button" style="margin-right: 7.5px;">
2022-11-25 10:24:25 -05:00
<i class="fa-light fa-thumbs-up"></i>
<%=convert(engagement.likes)%>
</div>
<div class = "vertical"></div>
<div style="margin-left: -7.5px;" title="<%=engagement.dislikes.toLocaleString()%> Dislikes">
<div class="pill-button">
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
</div> </div>
</div>
2023-11-17 08:53:41 -05:00
<% if (Array.isArray( inv.comments)) { %>
2023-11-15 08:46:27 -05:00
<a class="new-button" title="Comments " style="color:#fff;text-decoration: none;margin-right: 0; " href="#comments-container">
<div class="pill-button">
<i class="fa-light fa-comments"></i>
2024-01-11 03:38:52 -05:00
<%- convert(inv.commentCount) %> Comments
2023-11-15 08:46:27 -05:00
</div>
</a>
<% }%>
2023-10-08 15:53:35 -04:00
2023-11-17 08:53:41 -05:00
<a class="new-button" title="Download this Video :3" style="color:#fff;text-decoration: none;margin-right: 0; " href="/download?v=<%=inv_vid.videoId%>">
<div class="pill-button">
<i class="fa-light fa-download"></i>
Download
</div>
</a>
2023-10-08 15:53:35 -04:00
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
<% if (!inv_vid.title.endsWith('Audio)')) { %>
<% if (support != undefined) { %>
<a class="new-button" title="Support the Creator of the video!" style="color:#fff;text-decoration: none;margin-right: 0; " href="https://www.patreon.com/join/<%- support.name %>">
<div class="pill-button">
<i class="fa-light fa-badge-dollar"></i>
Support
</div>
</a>
<% }%> <% }%>
<% }%>
2023-11-15 08:46:27 -05:00
<a class="new-button" title="My Account" style="color:#fff;text-decoration: none;margin-right: 0; " href="/account-create">
2023-10-08 15:53:35 -04:00
<div class="pill-button">
<i class="fa-light fa-user"></i>
My Account
</div>
</a>
2022-11-25 10:24:25 -05:00
<a class="new-button" style="color:#fff" onclick="share()">
<div class="pill-button">
<i class="fa-light fa-share"></i>
Share
</div>
</a>
2023-11-15 13:19:11 -05:00
<a class="new-button" style="color:#fff" href="https://redirect.poketube.fun/watch?v=<%=inv_vid.videoId%>">
<div class="pill-button">
<i class="fa-light fa-rocket"></i>
2023-11-21 12:52:46 -05:00
Redirect
2023-11-15 13:19:11 -05:00
</div>
</a>
2023-02-02 12:11:06 -05:00
</a>
2022-11-25 10:24:25 -05:00
</div>
<div class="video-info-bar" style="font-family:'Inter';">
<!--
2022-12-08 16:06:36 -05:00
<div class="video-info-buttons" style="font-family:'Inter';;white-space:yes;background:#333;border-radius: 15px;margin: 6px;align-self: center;align-items: center;">
2022-09-09 11:07:26 -04:00
<div>
2022-08-06 13:07:06 -04:00
<i class="fa-light fa-thumbs-up" style="font-size:x-large" ></i>
2022-09-22 10:28:28 -04:00
<%=convert(engagement.likes)%>
2022-08-06 13:07:06 -04:00
</div>
2022-09-22 10:28:28 -04:00
<div>
<i class="fa-light fa-thumbs-down" style="font-size:x-large" ></i><%=convert(engagement.dislikes)%>
</div>
2023-03-07 13:08:15 -05:00
<a style="color:#fff" href="/download?v=<%=inv_vid.videoId%>&from=mobile">
2022-08-06 13:07:06 -04:00
<i style="font-size:x-large" class="fa-light fa-download"></i>
Download
</a>
2022-09-17 09:18:50 -04:00
<a style="color:#fff" onclick="share()">
2022-08-27 09:58:14 -04:00
<i style="font-size:x-large" class="fa-light fa-share"></i>
Share
</a>
2022-10-23 12:02:52 -04:00
<a style="color:#fff" href="#more-button-container"> <i style="font-size:x-large;color:#fff" class="fa-thin fa-circle-plus"></i>More.. </a>
2022-08-06 13:07:06 -04:00
</div>
2022-11-25 10:24:25 -05:00
-->
2022-08-06 13:07:06 -04:00
</div>
2023-11-30 06:36:04 -05:00
2022-11-11 15:46:41 -05:00
2023-11-30 06:36:04 -05:00
<div class="fromtheweb-inner" style="margin-left: 8px;margin-right: 12px;margin-bottom:6px;">
<div style="display: flex;gap: 3px;">
<% if (twitter) { %>
<div style="background: #000;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/8473b88f-36a4-437f-8c14-fb9e38a623d9.image.png?v=1693424579898" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://nitter.net/<%- twitter.name %>"> @<%- twitter.name %></a>
2023-11-30 06:36:04 -05:00
</div>
<% } %>
<% if (discord) { %>
<div style="background: #000;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/34e2accb-41ec-4b10-a1e8-a0d647ea6e76.image.png" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://discord.gg/<%- discord.name %>"> /<%- discord.name %></a>
2023-11-30 06:36:04 -05:00
</div>
<% } %>
<% if (twitch) { %>
<div style="background: #000;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/d277ed96-59cd-44fe-a75a-56b3170fa634.image.png?v=1693429282139" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://twitch.tv/<%- twitch.name %>"> /<%- twitch.name %></a>
2023-11-30 06:36:04 -05:00
</div>
<% } %>
<% if (reddit) { %>
<div style="background: #000;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/3bea1171-8723-4719-b0ee-d98d1abbd174.image.png?v=1693429333706" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://reddit.com/r/<%- reddit.name %>"> r/<%- reddit.name %></a>
2023-11-30 06:36:04 -05:00
</div>
<% } %>
<% if (instagram) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/52704940-684c-41e8-b0de-cca642fa39f8.image.png?v=1693429793193" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://instagram.com/<%- instagram.name %>"> <%- instagram.name %></a>
2023-11-30 06:36:04 -05:00
</div>
<% } %>
<% if (!twitter) { %>
<% if (!discord) { %>
<% if (!reddit) { %>
<% if (!twitch) { %>
<% if (!instagram) { %>
<div style="margin-top: 10px;">
Nyo connections found ;_;
</div>
<% } %>
<% } %>
<% } %>
2023-10-23 11:41:04 -04:00
2023-11-30 06:36:04 -05:00
<% } %> <% } %>
</div>
2022-09-04 05:32:14 -04:00
2023-11-30 06:36:04 -05:00
2022-09-20 12:41:56 -04:00
2022-10-07 09:04:16 -04:00
<div id="desc-container">
<div class="backtotop">
<hr class="no-display" />
<a href="#top"><b>&#9650;</b></a>
</div>
<div id="desc" class="rounded-corners">
2022-10-23 12:02:52 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;"><hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;">
2022-10-07 09:04:16 -04:00
<div id="set-language" class="button">
</a>
</div>
<div id="descs" style="display: contents;">
2022-12-08 16:06:36 -05:00
<h3 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);;;white-space:yes"> Description
2022-10-23 12:02:52 -04:00
<a href="#top" class="close" style="color: #fff;"></a>
</h3>
2022-10-07 09:04:16 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2023-11-15 08:25:13 -05:00
<div> <div style="
display: flex;
flex-flow: column;
background: #272727;
padding: 5px;
height: 10em;
border-radius: 11px;
">
2023-11-15 08:11:02 -05:00
2023-11-15 08:11:02 -05:00
<div class="video-title" style="font-family: 'PokeTube Flex';margin-bottom: 8px;text-align:center;font-stretch: extra-expanded;font-weight: 1000;" ><%=inv_vid.title%></div>
<% if (inv_vid.genre === "Music") { %>
2023-11-15 08:25:13 -05:00
<span style="font-size: 13px;font-family: ubuntu;width:auto;text-align:center;"><i title="hq audio" class="fa-light fa-waveform-lines"></i>&nbsp;Lossless Audio </span>
<% } %>
</div>
2023-11-21 12:52:46 -05:00
2022-12-08 16:06:36 -05:00
2023-11-15 08:25:13 -05:00
<div style="display: flex;justify-content: center;margin-top: -5em;gap: 3em;">
2022-10-07 09:04:16 -04:00
<div style="text-align: center;font-size: x-large;margin: 9px;">
<p>
<%=convert(engagement.viewCount)%>
<br>
2022-10-07 10:01:45 -04:00
</p><p style="font-size: 17px;">Views</p>
2022-10-07 09:04:16 -04:00
</p>
</div>
<div style="text-align: center;font-size: x-large;margin: 9px;">
<p>
<%=convert(engagement.likes)%>
<br>
</p><p style="font-size: 17px;">Likes</p>
</p>
</div>
2022-10-18 16:46:30 -04:00
2022-10-07 10:01:45 -04:00
<div>
<div style="text-align: center;font-size: x-large;margin: 9px;">
<p>
<%=convert(engagement.dislikes)%>
<br>
</p><p style="font-size: 17px;">Dislikes</p>
2022-10-07 09:04:16 -04:00
2022-10-07 10:01:45 -04:00
</p>
</div>
2022-10-07 09:04:16 -04:00
</div>
2022-10-07 10:01:45 -04:00
</div>
2023-11-15 08:11:02 -05:00
<div>
2022-10-07 10:01:45 -04:00
2023-10-20 13:03:28 -04:00
2023-11-22 13:59:27 -05:00
<div class="nerddd" style="background:#272727;padding: 5px;margin-top: 12px;border-radius: 11px;font-family: 'PokeTube Flex';font-stretch: extra-expanded;font-weight: 700;">
2023-09-13 16:12:39 -04:00
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %>
2022-10-18 16:46:30 -04:00
2022-11-06 09:06:55 -05:00
<div style="margin: 10px;">
2022-09-24 09:14:45 -04:00
<div style="justify-content: center;display: flex;padding: 11px;font-family: Ginto nord;gap: 3px;background: #1f1f1f;border-top-left-radius: 10px;border-top-right-radius: 10px;">
2023-09-13 16:12:39 -04:00
Connections
2023-01-02 13:04:15 -05:00
</div>
2023-11-21 12:52:46 -05:00
<p style="background: #1f1f1f;text-align:center;margin-bottom:1px">
the channels social media accounts!
</p>
2022-09-24 06:37:17 -04:00
2022-12-08 16:06:36 -05:00
<div style="background:#181818;" class="fromtheweb-outer">
2023-09-13 16:12:39 -04:00
<div class="fromtheweb-inner" style="height: 2em;">
<div style="display: flex;gap: 3px;">
<% if (twitter) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/8473b88f-36a4-437f-8c14-fb9e38a623d9.image.png?v=1693424579898" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://nitter.net/<%- twitter.name %>"> @<%- twitter.name %></a>
2023-09-13 16:12:39 -04:00
</div>
<% } %>
<% if (discord) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/34e2accb-41ec-4b10-a1e8-a0d647ea6e76.image.png" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://discord.gg/<%- discord.name %>"> /<%- discord.name %></a>
2023-09-13 16:12:39 -04:00
</div>
<% } %>
<% if (twitch) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/d277ed96-59cd-44fe-a75a-56b3170fa634.image.png?v=1693429282139" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://twitch.tv/<%- twitch.name %>"> /<%- twitch.name %></a>
2023-09-13 16:12:39 -04:00
</div>
<% } %>
<% if (reddit) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/3bea1171-8723-4719-b0ee-d98d1abbd174.image.png?v=1693429333706" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://reddit.com/r/<%- reddit.name %>"> r/<%- reddit.name %></a>
2023-09-13 16:12:39 -04:00
</div>
<% } %>
<% if (instagram) { %>
<div style="background: #0009;width: fit-content;padding: 5px;border-radius: 6px;margin-bottom: -15px;">
2024-01-19 07:48:11 -05:00
<img src="<%- proxyurl %>/https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/52704940-684c-41e8-b0de-cca642fa39f8.image.png?v=1693429793193" class="loaded" style="width: 22px;height: 23px;vertical-align: -7px;"><a style="margin: 1px;" href="https://instagram.com/<%- instagram.name %>"> <%- instagram.name %></a>
2023-09-13 16:12:39 -04:00
</div>
<% } %>
2023-11-22 13:59:27 -05:00
<% if (!twitter) { %>
<% if (!discord) { %>
<% if (!reddit) { %>
<% if (!twitch) { %>
<% if (!instagram) { %>
<div style="margin-top: 10px;">
Nyo connections found ;_;
</div>
<% } %>
<% } %>
<% } %>
<% } %> <% } %>
2023-09-13 16:12:39 -04:00
</div>
2022-09-24 09:14:45 -04:00
2022-09-24 06:37:17 -04:00
</div>
2022-10-12 14:38:29 -04:00
</div>
2023-10-20 13:03:28 -04:00
</div>
2023-12-25 12:54:18 -05:00
<% if (Array.isArray(inv_vid?.keywords)) { %>
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Tags</div>
<div class="tags">
2023-12-25 12:54:18 -05:00
<% inv_vid.keywords.forEach(x => { %>
<div class="tag">
<a href="/hashtag/<%=x %>" style="color:var(--text-color)">
<%=x %>
</a>
</div>
<% }) %>
2023-12-25 12:54:18 -05:00
</div>
2023-11-21 12:52:46 -05:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
<% } %>
2023-11-21 12:52:46 -05:00
2022-10-12 14:38:29 -04:00
2022-09-24 06:37:17 -04:00
</div>
2023-11-21 12:52:46 -05:00
<div style="padding:10px;background: #272727;margin-top:10px;border-radius: 11px;">
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Uploader</div>
<div class="channel-info" name="chnl" style="padding: 0;border: none;margin-bottom:8px">
<a href="/channel?id=<%=video?.Channel.id || k.Video.Channel.id%>" class="avatar">
<img src=" <%= k.Video.Channel.Avatar[1].$t %>">
</a>
<div class="name" style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);">
<div>
<a style="color:#fff" href="/channel?id=<%=k.Video.Channel.id%>" > <%=k.Video.Channel.Name%></a>
</div>
</div>
</div>
2023-11-22 13:59:27 -05:00
<div style="color:#fff;border:solid 0.5px gray;background: #0009;width: fit-content;padding: 5px;border-radius: 4px;height:2em">
2023-11-21 12:52:46 -05:00
<a href="/channel?id=<%=video?.Channel.id || k.Video.Channel.id%>" >
View Channel
</a> </div>
</div>
2023-11-22 13:59:27 -05:00
<style>
.nerddd {
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* css-3 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
word-break: break-all;
white-space: normal;
}
</style>
<div class="nerddd" style="padding:10px;background: #272727;margin-top:10px;border-radius: 11px;">
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Stats for 🤓 </div>
Video id : <%=inv_vid.videoId%> <br>
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
Video Format :<% if (!qua) { %> 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
<% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> <br>
PokeTubeEncryptID: <%=sha384(inv_vid.videoId)%> <br>
2023-12-13 00:26:57 -05:00
<% if (inv_vid.genre === "Music") { %>
Audio Format: ALAC lossless (https://codeberg.org/Ashley/poke/src/branch/main/alac) Audio/ Flac<br>
<% } %>
<% if (inv_vid.genre !== "Music") { %>
Audio Format: Opus - Normalized audio<br>
<% } %>
2023-11-22 13:59:27 -05:00
<% if (isvidious) { %>
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
<% } %>
<% if (!isvidious) { %>
2023-12-09 13:29:50 -05:00
Proxy : tube-proxy.poketube.fun - refresh the page to change the proxy location<br>
2023-11-22 13:59:27 -05:00
<% } %>
Date : <%- Date.now() %> - <%- useragent.os.replace("Linux", "GNU/Linux") %> on <%- useragent.browser %> <br>
<% if (isvidious) { %>
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "mobile "+ u.replace("https://","") ) %> <br>
<% } %>
<% if (!isvidious) { %>
2023-12-09 13:29:50 -05:00
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube-proxy.poketube.fun" ) %> <br>
2023-11-22 13:59:27 -05:00
<% } %>
143 : true <br>
</div>
2022-10-07 09:04:16 -04:00
</div>
2023-11-21 12:52:46 -05:00
2022-10-07 09:04:16 -04:00
</div>
2023-11-21 12:52:46 -05:00
2022-10-07 09:04:16 -04:00
</div>
2023-11-21 12:52:46 -05:00
2022-10-07 09:04:16 -04:00
</div>
2022-10-23 12:02:52 -04:00
<div id="more-button-container">
<div class="backtotop">
<hr class="no-display" />
<a href="#top"><b>&#9650;</b></a>
</div>
<div id="more-button" class="rounded-corners">
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;"><hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;">
<div id="set-language" class="button">
</div>
<div id="more-buttons" style="display: contents;">
2022-12-08 16:06:36 -05:00
<h3 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);;;white-space:yes"> M O A R
2022-10-23 12:02:52 -04:00
<a href="#top" class="close" style="color: #fff;"></a> </h3>
<p style="padding: 0;margin: 0;font-family: Inter;">
More Epic options owo~
</p>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2022-12-08 16:06:36 -05:00
<div style="font-family:Inter,sans-serif;;white-space:yes;">
2023-10-06 17:55:46 -04:00
<a href="https://youtube.com/watch?v=<%=inv_vid.videoId%>">Open On YouTube</a> • <a href="/privacy">Privacy</a> • <a href="https://codeberg.org/Ashley/poketube/">Git</a>
2022-10-23 12:02:52 -04:00
<% if (optout) { %>
<% } %>
<% if (!optout) { %>
2023-03-27 15:48:40 -04:00
• <a href="/watch?v=<%=inv_vid.videoId%>&m=f">
2022-10-23 12:02:52 -04:00
Opt out of Metrics</a> (<a href="/privacy" style="color:#fff">Wut?</a>)
<% } %>
<% if (lyrics && !r) { %>
<% if (optout) { %>
2023-03-07 13:08:15 -05:00
<br> <br> <a href="/watch?v=<%=inv_vid.videoId%>&r=f"> Lyrics (Wow) </a>
2022-10-23 12:02:52 -04:00
<% } %>
<% if (!optout) { %>
2023-03-07 13:08:15 -05:00
<br> <br> <a href="/watch?v=<%=inv_vid.videoId%>&r=f" > Lyrics (Wow) </a>
2022-10-23 12:02:52 -04:00
<% } %>
<% } %>
<% } %>
2023-03-07 13:08:15 -05:00
<br> <br> <p><i class="fa-light fa-shield"></i> The Connection is secured with ECDSA with SHA-384 Signature Algorithm :3 <a href="/encryption?v=<%=inv_vid.videoId%>">Click here for encryption info</a><br>
2022-10-23 12:02:52 -04:00
</p>
</div> </div>
</div>
<% if (lyrics) { %>
<% if (r === "f") { %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
<p>
2023-10-06 17:55:46 -04:00
<a href="/watch?v=<%=inv_vid.videoId%>">See the Recommended videos instead</a> - <a href="https://codeberg.org/Ashley/poketube/issues">Report wrong lyrics qwq</a>
2022-10-23 12:02:52 -04:00
</p>
<div align="center"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
2022-12-08 16:06:36 -05:00
<h1 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);;white-space:yes;" align="center">
2022-10-23 12:02:52 -04:00
Lyrics
</h1>
<p>
2023-10-06 17:55:46 -04:00
See how our lyrics search works:<a href="https://codeberg.org/Ashley/poketube/blob/main/src/lyrics.js">Here</a>
2022-10-23 12:02:52 -04:00
</p>
<p style="color: white;">
<p style=color:#fff>
<%-lyrics%>
</p>
<% } %>
<% } %>
2022-10-13 12:22:37 -04:00
2022-10-23 12:02:52 -04:00
</div>
</div>
2022-10-13 10:13:27 -04:00
<div id="comments-container">
<div class="backtotop">
<hr class="no-display" />
<a href="#top"><b>&#9650;</b></a>
</div>
<div id="comments" class="rounded-corners">
2022-10-23 12:02:52 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;"><hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 11em;/*! width: 4.5em; */height: 0;">
2022-10-13 10:13:27 -04:00
<div id="set-language" class="button">
</a>
</div>
<div id="commentss" style="display: contents;">
2022-12-08 16:06:36 -05:00
<h3 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);;;white-space:yes"> Comments <a href="#top" class="close" style="color: #fff;"></a> </h3>
2022-10-13 10:13:27 -04:00
<p style="padding: 0;margin: 0;font-family: Inter;">
2022-10-16 06:05:39 -04:00
Top Comments :3
2022-10-13 10:13:27 -04:00
</p>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
2022-10-14 10:18:26 -04:00
<% if (inv != "Disabled") { %>
<% if (!Array.isArray( inv.comments)) { %>
2022-10-13 10:13:27 -04:00
<p>
Comments couldnt load ;-; (<a href="https://codeberg.org/Ashley/poketube/issues/new">Report dis issue</a> or refresh the god damn page lol)
</p>
2022-10-14 10:18:26 -04:00
<% } %>
2022-10-13 10:13:27 -04:00
<% } %>
2022-10-14 10:18:26 -04:00
<% if (inv == "Disabled") { %>
<p>
Comments are disabled
</p>
<% } %>
2022-10-13 10:13:27 -04:00
<% if (Array.isArray( inv.comments)) { %>
<% inv.comments.forEach(x =>{ %>
2022-10-23 12:02:52 -04:00
<div class="<%- x.commentId %>" style="padding: 10px;">
2022-10-13 10:13:27 -04:00
2022-10-23 12:02:52 -04:00
<div class="comment-list left-padding" style="background: #333;padding-top: 1px;padding: 10px;border-radius: 30px;padding-top: 0;">
<div class="single-comment justify-content-between d-flex" style="padding-top: none;">
2022-10-13 10:13:27 -04:00
<div class="user justify-content-between d-flex">
<div class="desc">
2022-10-23 12:02:52 -04:00
<h5 style="display: flex;margin-top: 7px;padding-top: 10px;"><div class="thumb">
<a href="/channel?id=<%- x.authorId%>" class="avatar" style="width: 40px;height: 40px;">
2023-11-07 23:25:02 -05:00
<img loading="lazy" src="/avatars/<%= x.authorThumbnails[1].url.replace("https://yt3.ggpht.com/", "") %>">
</a>
2022-10-13 10:13:27 -04:00
</div>
2022-10-23 12:02:52 -04:00
<% if (!x.authorIsChannelOwner) { %>
2022-10-16 06:05:39 -04:00
<p style="margin: 7px;font-family:inter;white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: anywhere;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;">
<a href="/channel?id=<%- x.authorId%>" style="color: #fff;text-decoration: none;" >
2022-12-09 06:38:20 -05:00
<%- x.author%> <% if (x.verified) { %>
<i class="icon ion ion-md-checkmark-circle"></i>
<% } %> <p style=" margin: 0;
2022-12-08 16:06:36 -05:00
margin-top: 12px; !important;
font-size: small; !important;
2022-12-09 06:38:20 -05:00
color: gray !important; white-space: nowrap;">
2022-12-08 16:06:36 -05:00
<%- x.publishedText %>
</p>
2022-10-16 06:05:39 -04:00
</a>
2022-12-09 06:38:20 -05:00
2022-10-16 06:05:39 -04:00
</p> <% } %>
<% if (x.authorIsChannelOwner) { %>
2022-10-23 14:00:08 -04:00
<p style="margin: 5px;font-family:inter;white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: anywhere;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;background: #4a4a4a;padding: 3px;border-radius: 6px;width: auto;height: 1.4em;justify-self: center; ">
2022-10-16 06:05:39 -04:00
<a href="/channel?id=<%- x.authorId%>" style="color: #fff;text-decoration: none;" >
2022-12-09 06:38:20 -05:00
<%- x.author%> <% if (x.verified) { %>
<i class="icon ion ion-md-checkmark-circle"></i>
<% } %> <p style=" margin: 0;
2022-12-08 16:06:36 -05:00
margin-top: 12px; !important;
font-size: small; !important;
2022-12-09 06:38:20 -05:00
color: gray !important; white-space: nowrap;">
2022-12-08 16:06:36 -05:00
<%- x.publishedText %>
</p>
2022-10-16 06:05:39 -04:00
</a>
2022-12-09 06:38:20 -05:00
2022-10-23 12:02:52 -04:00
<% } %>
2022-10-16 06:05:39 -04:00
</p>
</h5>
2022-10-23 12:02:52 -04:00
<p class="comment" style="font-weight: bold;">
2022-10-13 10:13:27 -04:00
<%- x.contentHtml %>
2022-12-08 16:06:36 -05:00
<span style=" white-space: nowrap;"> <i class="fa-light fa-thumbs-up"></i>
<%- convert(x.likeCount) %> | <i class="fa-light fa-thumbs-down"></i>
<% if(x.creatorHeart) { %>
2022-10-16 06:05:39 -04:00
<i class="icon ion-ios-heart creator-heart-small-container" title="<%= x.creatorHeart.creatorName%> marked it with a ❤ owo"></i>
</span>
2022-10-23 12:02:52 -04:00
<% } %>
</p>
2022-10-13 10:13:27 -04:00
</div>
</div>
</div>
</div>
2022-10-23 12:02:52 -04:00
</div>
2022-10-13 10:13:27 -04:00
<% }) %>
<% } %>
</div>
</div>
</div>
2022-10-13 12:22:37 -04:00
2022-10-07 09:04:16 -04:00
2022-09-04 17:01:42 -04:00
<div>
2022-10-13 10:13:27 -04:00
2022-11-11 15:46:41 -05:00
2022-09-04 17:01:42 -04:00
2022-10-13 12:22:37 -04:00
</div> </div>
<div class="secondary" style="padding-top: 0;">
2022-09-04 17:01:42 -04:00
2022-10-13 12:22:37 -04:00
<div class="recommended-list" style="color:#fff">
2022-09-04 17:01:42 -04:00
2023-11-15 08:46:27 -05:00
<div style="text-align: left;margin-top: 18px;" class="auto-play">
2023-02-11 08:03:59 -05:00
<label for="continue">AutoPlay:</label>
<input name="continue" id="continue" type="checkbox" >
<a href="https://codeberg.org/Ashley/poketube/issues/new">give feedback</a>
</div>
2022-08-06 13:07:06 -04:00
<% if (!r) { %>
2022-09-04 17:01:42 -04:00
2022-10-07 09:04:16 -04:00
2022-08-06 13:07:06 -04:00
<% if (!f) { %>
2023-09-16 00:57:17 -04:00
<% k?.Video.Recommendations.Video.forEach(x => { %>
2022-08-06 13:07:06 -04:00
<div class="video">
<% if (!optout) { %>
2023-11-07 23:25:02 -05:00
<a href="/watch?v=<%= x.id %>" class="thumbnail" style="background-image: url('/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;border: 2px solid white;" > <span class="video-length"><%=x.duration %></span>
2022-08-06 13:07:06 -04:00
<% } %>
<% if (optout) { %>
2023-11-07 23:25:02 -05:00
<a href="/watch?v=<%= x.id %>&m=f" class="thumbnail" style="background-image: url('/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;border: 2px solid white;" > <span class="video-length"><%=x.duration %></span>
2022-08-06 13:07:06 -04:00
<% } %>
</a>
<div class="info">
<% if (!optout) { %>
2022-12-08 16:06:36 -05:00
<a href="/watch?v=<%= x.id %>" class="title max-lines-2" style="margin-top: 4px;"><%= x.Title %></a>
2022-08-06 13:07:06 -04:00
<% } %>
<% if (optout) { %>
2023-03-27 15:48:40 -04:00
<a href="/watch?v=<%= x.id %>&m=f" style="margin-top: 4px;" class="title max-lines-2"><%= x.Title %></a>
2022-08-06 13:07:06 -04:00
<% } %>
<div style="color:#fff" >
<a class="max-lines-2" style="color:#fff" href="/channel?id=<%= x.Channel.id %>"><%=x.Channel.Name %></a> • <div>
<%= x.uploadedAt %> </div>
</div>
</div>
</div>
<% }) %>
<% } %>
<% if (f) { %>
<% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
<div class="video">
<% if (!optout) { %>
2024-01-19 07:48:11 -05:00
<a href="/watch?v=<%= x.id %>" class="thumbnail" style="background-image: url('<%- proxyurl %>/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;" > <span class="video-length"><%=x.duration %></span>
2022-08-06 13:07:06 -04:00
<% } %>
<% if (optout) { %>
2024-01-19 07:48:11 -05:00
<a href="/watch?v=<%= x.id %>&m=f" class="thumbnail" style="background-image: url('<%- proxyurl %>/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;" > <span class="video-length"><%=x.duration %></span>
2022-08-06 13:07:06 -04:00
<% } %>
</a>
<div class="info">
<% if (!optout) { %>
2022-08-07 08:24:25 -04:00
<a href="/watch?v=<%= x.id %>" class="title max-lines-2"><%= x.Title %></a>
2022-08-06 13:07:06 -04:00
<% } %>
<% if (optout) { %>
2023-03-27 15:48:40 -04:00
<a href="/watch?v=<%= x.id %>&m=f" class="title max-lines-2"><%= x.Title %></a>
2022-08-06 13:07:06 -04:00
<% } %>
<div>
2023-04-27 15:13:33 -04:00
<a class="max-lines-2" style="color:#fff" href="/channel?id=<%= video?.Channel.id || k.Video.Channel.id%>"><%= video?.Channel?.Name || k.Video.Channel.Name %></a>
2022-10-29 09:07:11 -04:00
<div>
2022-08-06 13:07:06 -04:00
<%= x.uploadedAt %> </div>
</div>
</div>
</div>
<% }) %>
<% } %>
2022-10-23 12:02:52 -04:00
2022-08-06 13:07:06 -04:00
2022-10-23 12:02:52 -04:00
2022-09-24 09:14:45 -04:00
</div>
2022-10-23 12:02:52 -04:00
2022-08-27 09:58:14 -04:00
<script type="text/javascript">
<!--//--><![CDATA[//><!--
/**
* @licstart The following is the entire license notice for the JavaScript
* code in this page.
*
2024-01-01 14:11:31 -05:00
* Copyright (C) 2021-2024 POKETUBE (https://codeberg.org/Ashley/poketube)
2022-08-27 09:58:14 -04:00
*
* The JavaScript code in this page is free software: you can redistribute
* it and/or modify it under the terms of the GNU General Public License
* (GNU GPL) as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version. The code is
* distributed WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL
* for more details.
*
* As additional permission under GNU GPL version 3 section 7, you may
* distribute non-source (e.g., minimized or compacted) forms of that code
* without the copy of the GNU GPL normally required by section 4, provided
* you include this license notice and a URL through which recipients can
* access the Corresponding Source.
*
* @licend The above is the entire license notice for the JavaScript code
* in this page.
*/
//--><!]]>
</script>
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
function share(){
if (navigator.share) {
navigator.share({
title: document.title,
text: "",
2023-11-04 04:42:26 -04:00
url: "https://" + window.location.hostname + "/<%=inv_vid.videoId%>?piwik_si=mobile_share"
2022-08-27 09:58:14 -04:00
})
.then(() => console.log('Successful share'))
.catch(error => console.log('Error sharing:', error));
}
}
// @license-end
</script>
2023-02-11 08:03:59 -05:00
<script>
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-3.0-or-later
2023-10-08 15:53:35 -04:00
2023-10-16 11:55:34 -04:00
function jumpToTime(e) {
e.preventDefault();
const link = e.target;
const video = document.getElementById('video');
const time = link.dataset.jumpTime;
video.currentTime = time;
window.location.hash = 'top'; // Add #video to the URL
setTimeout(() => {
history.replaceState(null, null, ' '); // Remove #video after 1 second
}, 250);
}
2023-12-29 14:46:19 -05:00
var cacheVersion = 1;
caches.delete('offline-cache' + cacheVersion)
2023-10-16 11:55:34 -04:00
// Handle click events for time-based links
const timeLinks = document.querySelectorAll('a[data-onclick="jump_to_time"]');
timeLinks.forEach(link => {
const href = link.getAttribute('href');
if (link.dataset.jumpTime && href && href.includes('&t=')) {
const params = new URLSearchParams(href.split('?')[1]);
const time = params.get('t');
if (time) {
link.dataset.jumpTime = time;
link.addEventListener('click', jumpToTime);
link.removeAttribute('href');
}
}
});
2023-11-22 13:59:27 -05:00
2023-02-11 08:03:59 -05:00
function removeParam(paramName) {
let searchParams = new URLSearchParams(window.location.search);
searchParams.delete(paramName);
if (history.replaceState) {
let searchString = searchParams.toString().length > 0 ? '?' + searchParams.toString() : '';
let newUrl = window.location.protocol + "//" + window.location.host + window.location.pathname + searchString + window.location.hash;
history.replaceState(null, '', newUrl);
}
}
checkbox = document.getElementById("continue");
checkbox.addEventListener('change', function(e) {
if(checkbox.checked) {
console.log("[AUTOPLAY BETA] enabled")
document.getElementById('video').addEventListener('ended',autoplaynextvideo,false);
function autoplaynextvideo(e) {
location.href = "/watch?v=<%- k.Video.Recommendations.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>"
}
}
if (/[?&]autoplay=/.test(location.search)) {
if(!checkbox.checked) {
removeParam("autoplay")
}
}
});
if (/[?&]autoplay=/.test(location.search)) {
checkbox.checked = true;
console.log("[AUTOPLAY BETA] enabled")
document.getElementById('video').addEventListener('ended',autoplaynextvideo,false);
function autoplaynextvideo(e) {
location.href = "/watch?v=<%- k.Video.Recommendations.Video[0].id%>&autoplay=<%-btoa("1f739d935676111cfff4b4693e3816e664797050" + k.Video.Recommendations.Video[0].id ) %>"
}
2023-11-22 13:59:27 -05:00
}
var anchor = document.getElementById("sub");
2023-10-08 15:53:35 -04:00
// Check if there's a user ID in localStorage
var userID = localStorage.getItem("UserID");
if (userID) {
// If user ID exists in localStorage, set the href attribute
2024-01-19 07:48:11 -05:00
anchor.href = `/api/set-channel-subs?ID=${userID}&channelName=<%=k.Video.Channel.Name%>&avatar=<%- proxyurl %>/<%= k.Video.Channel.Avatar[1].$t %>&channelID=<%=video?.Channel.id || k.Video.Channel.id %>`;
2023-10-08 15:53:35 -04:00
} else {
// If user ID doesn't exist in localStorage, you can handle it as needed
2023-11-21 12:52:46 -05:00
anchor.href = "/account-create"
2023-10-08 15:53:35 -04:00
// Optionally, you can set a default href or display an error message.
2023-02-11 08:03:59 -05:00
}
2023-10-08 15:53:35 -04:00
// Save and resume video progress
const videoId = new URLSearchParams(window.location.search).get('v');
const localStorageKey = `progress-${videoId}`;
function saveProgress() {
localStorage.setItem(localStorageKey, video.currentTime);
}
function removeProgress() {
localStorage.removeItem(localStorageKey);
}
function resumeProgress() {
const progress = localStorage.getItem(localStorageKey);
if (progress) {
video.currentTime = progress;
}
}
video.addEventListener('timeupdate', () => {
if (Math.floor(video.currentTime) % 1 === 0) {
saveProgress();
}
});
video.addEventListener('ended', () => {
removeProgress();
});
window.addEventListener('load', () => {
resumeProgress();
});
2023-02-11 08:03:59 -05:00
</script>
<noscript>
<style>
.auto-play{
display:none !important;
}
</style>
</noscript>
2022-08-06 13:07:06 -04:00
<% if (!optout) { %>
<!-- MORE INFO :https://poketube.fun/privacy -->
<!-- MORE INFO :https://poketube.fun/privacy -->
<!-- if you want to change the url - please see config in server.js -->
<!-- START <%=t%> -->
<!-- mobile only -->
<!-- dont use matomo.php, as its being blocked by ublock origin. -->
<img src="<%=t%>t/index.php?idsite=5&amp;rec=1" style="width: 0;visibility: hidden;border:0;" alt="" >
<!--- mobile only -->
<img src="<%=t%>t/rep.gif?ID=<%=btoa(Date.now())%>" style="width: 0;visibility: hidden;" id="SesionID">
2023-03-07 13:08:15 -05:00
<img src="<%=t%>t/rep.gif?video_id=<%=btoa(inv_vid.videoId)%>" style="width: 0;visibility: hidden;" id="videoID">
2023-04-27 15:13:33 -04:00
<img src="<%=t%>t/rep.gif?channel_ID=<%=btoa(video?.Channel.id || k.Video.Channel.id)%>" style="width: 0;visibility: hidden;" id="channel">
2022-08-06 13:07:06 -04:00
<img src="<%=t%>t/rep.gif?piwik=t" style="width: 0;visibility: hidden;" id="piwik_noip_no_personal-info_collect">
<!-- END <%=t%> -->
<% } %>
</div>
2023-12-28 08:50:36 -05:00
</body>
2022-08-06 13:07:06 -04:00
</html>
</body>
<% } %>
2022-09-13 13:18:13 -04:00
2022-10-24 11:56:10 -04:00
<% } %>
2023-09-28 12:32:44 -04:00
<% } catch (error) { %>
2023-11-21 12:52:46 -05:00
<%- error %>
2023-12-27 03:56:32 -05:00
<% } %>