1
Fork 0
poke/html/channel.ejs

562 lines
16 KiB
Text
Raw Normal View History

2022-08-24 07:24:31 -04:00
<!--
2022-08-08 09:03:31 -04:00
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
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-09-24 04:21:13 -04:00
<!DOCTYPE html><html><head>
2022-07-01 12:26:34 -04:00
<% if (ID === "UCFAiFyGs6oDiF1Nf-rRJpZA") { %>
2022-07-07 09:57:43 -04:00
<title>Technoblade Never Dies! - PokeTube</title>
2022-07-01 12:26:34 -04:00
<% } %>
2022-06-08 13:39:41 -04:00
<title><%=j.Channel.Metadata.Name%> - PokeTube</title>
2022-08-24 07:24:31 -04:00
<link href=css/yt-ukraine.svg rel=icon>
2022-03-07 11:11:05 -05:00
<meta content=website property=og:type>
2022-06-08 13:39:41 -04:00
<meta content="<%=j.Channel.Metadata.Name%> - PokeTube" property=og:title>
2022-06-25 05:02:49 -04:00
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
2022-09-21 05:52:41 -04:00
<% if (desc) { %>
<meta content="<%-desc%>" property=twitter:description>
<% } %>
2022-09-21 08:34:25 -04:00
<% if (j.Channel.Metadata.Banners.Thumbnail) { %>
2022-09-21 05:52:41 -04:00
2022-06-08 13:39:41 -04:00
<meta content="<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>" property=og:image>
2022-09-21 08:34:25 -04:00
<% } %>
2022-09-21 03:55:04 -04:00
<meta content=summary_large_image name=twitter:card>
2022-09-21 03:36:33 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
2022-09-21 04:50:55 -04:00
* {
color:#fff
}
2022-07-07 07:37:10 -04:00
@font-face {
font-family: 'Ginto Nord';
font-weight: 800;
2022-09-27 10:59:18 -04:00
src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
2022-07-07 07:37:10 -04:00
}
2022-07-05 03:18:34 -04:00
.channel-info-container > img {
width: 100%;
}
:root {
2022-06-24 03:46:29 -04:00
--text-primary: #fff;
--text-secondary: #fff;
--text-link: #3ea6ff;
2022-07-07 09:57:43 -04:00
2022-06-24 03:46:29 -04:00
--app-background: #000;
--context-menu-background: #000;
--border-color: #444;
--item-hover-background: #000;
--item-active-background: #000;
--top-bar-background: #000;
--guide-background: #000;
--thumbnail-background: #000;
--channel-info-background: #000;
--channel-contents-background: #000;
2022-07-07 09:57:43 -04:00
}
2022-09-21 03:36:33 -04:00
</style>
<!-- STYLES START -->
2022-08-27 09:23:46 -04:00
<style>
a.class:hover {
text-decoration:underline;
font-weight:bold
2022-09-21 03:36:33 -04:00
}
summary{
color:gray;
}
summary:hover{
2022-08-27 09:23:46 -04:00
color:white;
}
2022-09-21 03:36:33 -04:00
:visited { color: #00c0ff }
2022-08-27 09:23:46 -04:00
2022-09-21 03:36:33 -04:00
a{
2022-08-27 09:23:46 -04:00
color:#0ab7f0;
2022-09-21 03:36:33 -04:00
}
2022-09-21 04:50:55 -04:00
2022-09-21 03:36:33 -04:00
</style>
2022-09-24 04:21:13 -04:00
<!-- STYLES START -->
<style>
a.class:hover {
text-decoration:underline;
font-weight:bold
}
summary{
color:gray;
}
summary:hover{
color:white;
}
:visited { color: #00c0ff }
a{
color:#0ab7f0;
}
</style>
2022-08-27 09:23:46 -04:00
2022-09-21 03:36:33 -04:00
<link href=/css/app-cdn.min.css rel=stylesheet>
<link href=/css/app.main.css rel=stylesheet>
<link href="/css/watch.main.css?v=56" rel=stylesheet>
<link href="/css/watch-util.css" rel=stylesheet>
2022-09-24 05:08:56 -04:00
2022-09-21 03:36:33 -04:00
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
2022-08-27 09:23:46 -04:00
2022-09-21 03:36:33 -04:00
<!-- NEW NAVBAR -->
<link href="/css/watch-navbar.css?v=56" rel=stylesheet>
2022-09-24 04:21:13 -04:00
<!-- STYLES END -->
2022-09-27 10:59:18 -04:00
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
2022-09-24 04:21:13 -04:00
2022-09-21 04:50:55 -04:00
<style>section p {
font-family:Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight:400;
color:#fff;
font-size:16px;
line-height:24px;
margin-top:12px
2022-09-23 09:30:50 -04:00
}
.sticky-top {
position: sticky;
top: 0px;
z-index: 999;
}
.responsive {
width: 100%;
overflow-x: auto;
}
.tabs {
display: table;
font-family:inter;
border-collapse: separate;
table-layout: auto;
}
.tabs.tabs-center {
margin: auto;
}
.tabs.tabs-justify {
width: 100%;
table-layout: fixed;
}
.tabs a.tab {
position: relative;
display: table-cell;
transition: all ease 0.3s;
padding: 1em 1.6em;
transform: translate3d(0, 0, 0);
color: #fff;
white-space: nowrap;
cursor: pointer;
}
.tabs a.tab:hover {
color: #3cb4fa;
}
.tabs a.tab:after {
transition: all 0.3s cubic-bezier(1, 0, 0, 1);
will-change: transform, box-shadow, opacity;
position: absolute;
content: '';
height: 3px;
bottom: 0px;
left: 0px;
right: 0px;
border-radius: 3px 3px 0px 0px;
background: #9fdafd;
box-shadow: 0px 4px 10px 3px rgba(60, 180, 250, .15);
opacity: 0;
transform: scale(0, 1);
}
.tabs a.tab.active {
color: #fff;
}
.tabs a.tab.active:after {
opacity: 1;
transform: scale(1, 1);
}
</style>
2022-09-24 04:21:13 -04:00
<% if(!isMobile) { %>
<style>
.video-grid {
display: flex;
flex-wrap: wrap;
row-gap: 40px;
padding: 16px;
max-inline-size: 164ch;
justify-content: space-around;
2022-09-24 07:44:58 -04:00
}
.channel-page .video-grid {
background-color: black;
}
2022-09-24 04:21:13 -04:00
</style>
<% } %>
<% if (isMobile) { %>
2022-09-23 07:27:53 -04:00
<style>
.video-grid{
justify-content:center;
}
2022-09-24 05:08:56 -04:00
.channel-info{
text-align:center;
}
2022-09-23 07:27:53 -04:00
.sticky-top {
position: sticky;
top: 0px;
z-index: 999;
}
.responsive {
width: 100%;
overflow-x: auto;
}
.tabs {
display: table;
font-family:inter;
border-collapse: separate;
table-layout: auto;
}
.tabs.tabs-center {
margin: auto;
}
.tabs.tabs-justify {
width: 100%;
table-layout: fixed;
}
.tabs a.tab {
position: relative;
display: table-cell;
transition: all ease 0.3s;
padding: 1em 1.6em;
transform: translate3d(0, 0, 0);
color: #fff;
white-space: nowrap;
cursor: pointer;
}
.tabs a.tab:hover {
color: #3cb4fa;
}
.tabs a.tab:after {
transition: all 0.3s cubic-bezier(1, 0, 0, 1);
will-change: transform, box-shadow, opacity;
position: absolute;
content: '';
height: 3px;
bottom: 0px;
left: 0px;
right: 0px;
border-radius: 3px 3px 0px 0px;
background: #9fdafd;
box-shadow: 0px 4px 10px 3px rgba(60, 180, 250, .15);
opacity: 0;
transform: scale(0, 1);
}
.tabs a.tab.active {
color: #fff;
}
.tabs a.tab.active:after {
opacity: 1;
transform: scale(1, 1);
}
2022-09-23 09:04:49 -04:00
body {
background-color:#111
}
2022-09-23 07:27:53 -04:00
</style>
<% } %>
2022-08-27 09:23:46 -04:00
<!-- STYLES END -->
2022-09-21 03:36:33 -04:00
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
2022-03-07 11:11:05 -05:00
</head>
<body>
2022-09-23 09:04:49 -04:00
2022-09-24 04:21:13 -04:00
<% if (!isMobile) { %>
<nav>
2022-09-21 03:36:33 -04:00
<div class="left"><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <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> </div>
<div class="middle">
2022-09-24 04:21:13 -04:00
<div class="search">
<form action="/search">
<input class="search-bar" autocomplete="on" id="fname" name="query" placeholder="" style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;" data-ddg-inputtype="identities.firstName">
<button class="btn btn-success" type="submit"><i class="fa-light fa-search"></i></button>
</form>
<img src="https://search-metrics.poketube.fun/t/rep.gif" style="border:0;width: 0;visibility: hidden;">
</div>
2022-09-21 03:36:33 -04:00
<img src="https://search-metrics.poketube.fun/t/rep.gif" style="border:0;width: 0;visibility: hidden;">
</div>
<div class="right">
2022-09-24 04:21:13 -04:00
<a href="/privacy" style="text-decoration: none;" title="Privacy Policy">
2022-09-21 03:36:33 -04:00
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-shield"></i>
</a>
2022-09-24 04:21:13 -04:00
<a href="/video/upload" style="text-decoration: none;" title="Upload Video">
2022-09-21 03:36:33 -04:00
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-video"></i>
</a>
2022-09-24 04:21:13 -04:00
2022-09-21 03:36:33 -04:00
</div>
</nav>
2022-08-11 20:19:47 -04:00
2022-09-24 04:21:13 -04:00
<% } %>
2022-09-23 09:04:49 -04:00
<% if (isMobile) { %>
<nav style="background-color:#111">
<div class="left">
<i onclick="window.history.back()" style="color:#fff;padding: 10px;" class="fa-solid fa-chevron-left"></i>
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%></p>
</div>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;">
</nav>
<% } %>
2022-08-11 20:19:47 -04:00
2022-03-07 11:11:05 -05:00
<section class=youtube-video>
2022-06-08 13:39:41 -04:00
<div class="channel-page">
2022-07-01 12:26:34 -04:00
2022-06-24 03:46:29 -04:00
<div class="channel-page">
2022-09-23 07:27:53 -04:00
<% if (isMobile) { %>
2022-09-23 09:04:49 -04:00
2022-09-23 07:27:53 -04:00
<div style="text-align: center;padding: 3px;margin-top: 0px;">
<div class="tabs tabs-center">
<% if (!tab) { %>
<a href="/channel?id=<%=ID%>" class="tab active">Home</a>
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
<% } %>
<% if (tab) { %>
<a href="/channel?id=<%=ID%>" class="tab">Home</a>
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
<% } %>
</div>
</a>
</a>
</div>
</div>
2022-09-21 08:34:25 -04:00
2022-09-23 07:27:53 -04:00
<% } %>
2022-09-24 06:58:09 -04:00
2022-09-23 07:27:53 -04:00
2022-09-23 09:30:50 -04:00
<% if (!isMobile) { %>
2022-09-24 06:58:09 -04:00
<div class="channel-info-container" style="text-align: center;">
2022-09-23 09:30:50 -04:00
<% if (j.Channel.Metadata.Banners.Thumbnail) { %>
2022-09-21 08:34:25 -04:00
2022-09-21 03:49:36 -04:00
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
2022-09-21 08:34:25 -04:00
<% } %>
2022-06-08 13:39:41 -04:00
<div class="channel-info" >
2022-06-08 14:31:07 -04:00
<a href="/channel?id=<%=ID%>" class="avatar">
2022-09-21 03:49:36 -04:00
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
2022-06-08 13:39:41 -04:00
</a>
<div class="name">
2022-07-07 07:37:10 -04:00
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%></p>
2022-06-08 13:39:41 -04:00
</div>
2022-09-21 03:36:33 -04:00
2022-07-05 03:18:34 -04:00
<button class="subscribe-button"><%=subs%></button>
2022-06-08 13:39:41 -04:00
</div>
2022-09-21 03:36:33 -04:00
</div>
2022-09-23 07:27:53 -04:00
<% } %>
<% if (isMobile) { %>
2022-09-24 06:58:09 -04:00
<div class="channel-info-container" style="text-align: center;">
2022-09-23 09:04:49 -04:00
<% if (!tab) { %>
2022-09-23 09:30:50 -04:00
<% if (j.Channel.Metadata.Banners.Thumbnail) { %>
2022-09-23 07:27:53 -04:00
2022-09-23 09:30:50 -04:00
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
<% } %>
2022-09-23 07:27:53 -04:00
<div class="channel-info" style="display: inline-block;padding-bottom:0;font-weight:bold;">
2022-09-23 09:04:49 -04:00
2022-09-23 07:27:53 -04:00
<a href="/channel?id=<%=ID%>" class="avatar" style="height: 100px;display: inline-block;">
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>" alt="Channel Avatar">
</a>
<div class="name">
<p style="font-family:Ginto Nord,sans-serif;font-weight:900;white-space:yes;"><%=j.Channel.Metadata.Name%></p>
</div>
<%=subs%> Subscribers
<% if (!tab) { %>
<p style="padding:0;font-weight:bold;">
<%-getFirstLine(desc)%> <a href="/channel?id=<%=ID%>&tab=about">
<i class="fa-thin fa-angle-right"></i></a>
</p>
2022-09-23 09:30:50 -04:00
<% } %> <% } %>
2022-09-23 07:27:53 -04:00
</div>
</div>
<% } %>
<% if (!isMobile) { %>
2022-09-23 09:30:50 -04:00
<div class="tabs tabs-center">
<% if (!tab) { %>
2022-09-23 07:27:53 -04:00
2022-09-24 04:21:13 -04:00
<a href="/channel?id=<%=ID%>" class="tab active">Uploads</a>
2022-09-23 09:30:50 -04:00
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
<% } %>
<% if (tab) { %>
2022-07-07 09:57:43 -04:00
2022-09-24 04:21:13 -04:00
<a href="/channel?id=<%=ID%>" class="tab">Uploads</a>
2022-09-23 09:30:50 -04:00
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
<% } %>
2022-07-07 09:57:43 -04:00
2022-09-23 09:30:50 -04:00
</div>
<% } %>
2022-09-21 03:36:33 -04:00
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;"> <% if (!tab) { %>
<div align="center">
2022-06-24 03:46:29 -04:00
2022-09-21 03:36:33 -04:00
<div class="video-grid" >
2022-09-25 13:25:35 -04:00
<% if (!continuation) { %>
2022-06-24 03:46:29 -04:00
<% tj.Channel.Contents.ItemSection.ItemSection.Video.forEach(x => { %>
<a href="/watch?v=<%- x.id %>" class="video">
2022-09-21 03:49:36 -04:00
<div class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- x.duration %></span></div>
2022-06-24 03:46:29 -04:00
<div class="info">
2022-07-07 09:57:43 -04:00
<span class="title max-lines-2" style="font-family:Ginto Nord,sans-serif;"><%- x.Title %></span>
2022-06-24 03:46:29 -04:00
</div>
</a>
<% }) %>
2022-09-25 13:25:35 -04:00
<% } %>
<% if (continuation) { %>
<% tj.Channel.Contents.Video.forEach(x => { %>
<a href="/watch?v=<%- x.id %>" class="video">
<div class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- x.duration %></span></div>
<div class="info">
<span class="title max-lines-2" style="font-family:Ginto Nord,sans-serif;"><%- x.Title %></span>
</div>
</a>
<% }) %>
<% } %>
</div>
<% if (!continuation) { %>
<% if (tj.Channel.Contents.ItemSection.ItemSection.Continuation) { %>
<div class="pagination-buttons" style="border-top: none;justify-content: center">
<a style="color:#fff" href="/channel?id=<%=ID%>&continuation=<%=tj.Channel.Contents.ItemSection.ItemSection.Continuation.key%>">Next Page</a>
</div>
<% } %>
<% } %>
<% if (continuation) { %>
<% if (tj.Channel.Contents.Continuation) { %>
<div class="pagination-buttons" style="border-top: none;justify-content: center">
<a style="color:#fff" href="/channel?id=<%=ID%>&continuation=<%=tj.Channel.Contents.Continuation.key%>">Next Page</a>
</div>
<% } %>
<% } %>
<% } %>
2022-06-08 13:39:41 -04:00
2022-09-21 03:36:33 -04:00
<% if (tab === "about") { %>
2022-09-21 08:34:25 -04:00
<div style="text-align: left;">
<h3 style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:900;padding: 0px;margin: 0;margin-top: 7px;margin-left: 10px;">About</h3>
2022-09-21 05:52:41 -04:00
2022-09-21 08:34:25 -04:00
<% if (desc) { %>
2022-09-21 05:52:41 -04:00
2022-09-21 08:34:25 -04:00
<p style="color:#fff;margin-left: 10px;font-weight: bold;"><%-desc.replace(/\n/g, " <br> ")%></p>
2022-09-21 05:52:41 -04:00
<% } %>
2022-09-21 04:50:55 -04:00
<% if (wiki.extract_html) { %>
<h3 style="color:#fff;font-family:Ginto Nord,sans-serif;font-weight:900;padding: 0px;margin: 0;margin-top: 7px;margin-left: 10px;">From the web</h3>
<div style="color:#fff;margin-left: 10px;">
<p style="color:#fff:font-weight: bold;">
<%-wiki.extract_html%> </p>
</div>
<div style="color:#fff;margin-left: 10px;">
<p style="margin-bottom: 10px;">
<a href=" <%-wiki.content_urls.desktop.page%>
">From wikipedia </a> under CC-BY-SA 3.0
</p>
</div>
</p>
<% } %>
<div style="font-weight: bold;color:#fff;margin-left: 10px;">
2022-09-21 08:34:25 -04:00
<% if (about.Location != "[object Object]") { %>
2022-09-21 04:50:55 -04:00
<p style="margin: 0px;margin-top: 2.5px;font-weight: bold;"><i class="fa-light fa-earth-americas"></i> <%- about.Location%> </p>
2022-09-21 08:34:25 -04:00
<% } %>
2022-09-21 04:50:55 -04:00
<p style="margin: 0px;margin-top: 2.5px;font-weight: bold;"><i class="fa-light fa-circle-info"></i> <%- about.Joined%> </p>
<p style="margin: 0px;margin-top: 2.5px;font-weight: bold;"> <i class="fa-light fa-arrow-trend-up"></i> <%- about.ViewCount%> </p>
</div>
</div>
<% } %>
2022-09-21 03:36:33 -04:00
</body>
2022-03-07 11:11:05 -05:00
2022-06-08 13:39:41 -04:00
2022-03-07 11:11:05 -05:00
</html>
2022-09-23 09:30:50 -04:00