diff --git a/html/youtube.ejs b/html/youtube.ejs index bbcc0bf1..35f862ff 100644 --- a/html/youtube.ejs +++ b/html/youtube.ejs @@ -1,4 +1,4 @@ - + @@ -11,52 +11,69 @@ - + -
- + + +

- - + + + +
-

- + <%=video.title%> -

- - <%=title.channelTitle%> -
-

<%=date%>| <%=video.engagement.views.toLocaleString()%> Views| <%=video.engagement.likes.toLocaleString()%> <%=video.engagement.dislikes.toLocaleString()%>

-

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


Lyrics

<%-lyrics%>


-

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

- - -
+ + <% if (!lyrics) { %> +

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

+
+ <% } %> + +
+

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

+

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

+ <% if (lyrics) { %> +
+

Lyrics

+

+ <%-lyrics%> +

+
+ <% } %> +

+ + +
+ -