From f3ff614574563c067d461690efebe482afaa0dc2 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 6 Mar 2022 16:55:07 +0300 Subject: [PATCH] update to xml --- html/youtube.ejs | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/html/youtube.ejs b/html/youtube.ejs index 7ff4e6d..5423e77 100644 --- a/html/youtube.ejs +++ b/html/youtube.ejs @@ -21,13 +21,13 @@ <% } %> <% if (!e) { %> - + - + @@ -35,8 +35,8 @@ - <% } %> - <%=video.title%> - PokeTube + <% } %> + <%=video.Title%> - PokeTube @@ -68,9 +68,9 @@
-

<%=video.title%>

- - <%=title.channel.name%> +

<%=video.Title%>

+
+ <%=title.Channel.Name%>

@@ -80,15 +80,15 @@

<%=date%>| - <%=a.engagement.views.toLocaleString()%> Views| - <%=a.engagement.likes.toLocaleString()%> - <%=dislikes.toLocaleString()%>
+ <%=engagement.viewCount.toLocaleString()%> Views| + <%=engagement.likes.toLocaleString()%> + <%=engagement.dislikes.toLocaleString()%>

Youtube wont know you are whatching this video (also your fbi guy wont know too)


Description

- <%-title.description.replace(/\n/g, "
")%>

+ <%-title.Description.replace(/\n/g, "
")%>
<% if (lyrics) { %>

Lyrics @@ -102,9 +102,4 @@ <% } %> - - +