From b185734543f7c10b001da213d9b58333a909b7db Mon Sep 17 00:00:00 2001
From: Ashley
Date: Fri, 30 Sep 2022 18:50:18 +0200
Subject: [PATCH] PokeTube Player v30.09.22a :3
---
html/poketube.ejs | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/html/poketube.ejs b/html/poketube.ejs
index 40455128..a7843d1d 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -55,9 +55,12 @@
color:#0ab7f0;
}
- .video > .info > .title {
- font-family: Inter;
- }
+
+
+ .video > .info > .title {
+ font-family: "PokeTube flex";
+ font-stretch: extra-expanded;
+}
@@ -142,8 +145,7 @@
-
-
Description
+
Description
<% if (String(video.Description) != "[object Object]") { %>
@@ -251,6 +253,7 @@
+ <% if (comments) { %>
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
Comments - <%=comments || "Probably disabled or theres no comments" %>
@@ -261,12 +264,13 @@
<% } %>
+ <% } %>
-PokeTube Player v26.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
+PokeTube Player v30.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
@@ -281,7 +285,7 @@ PokeTube Player v26.09.22a - Node <%=process.version%> - V8 v<%=process.versions
Recommendations
-
+
Videos that u might like
@@ -1058,11 +1062,12 @@ More from <%=k.Video.Channel.Name%>
Comments
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
-
+ <% if (comments) { %>
theres <%=comments%> total comments rigth now on this video. view em on invidious
- <% } %>
+ <% } %> <% } %>
+
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
disabled for topic channels <% } %>