diff --git a/html/poketube.ejs b/html/poketube.ejs index 118486db..8f1db928 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -318,8 +318,6 @@ - - <% if (!qua) { %> @@ -333,9 +331,7 @@ <% } %> - - - + <% if ( video.Subtitles.Subtitle) { %> <% if (Array.isArray( video.Subtitles.Subtitle)) { %> <% video.Subtitles.Subtitle.forEach(x => { %> @@ -365,7 +361,7 @@ <%=video.Title%> - <%=engagement.viewCount.toLocaleString()%> Views - Uploaded At <%=date%> - By <%-k.Video.Channel.Name%> ^^ + <%=engagement.viewCount.toLocaleString()%> Views - Uploaded At <%=date%> ^^ @@ -409,9 +405,10 @@ - - - + + + + <%=convert(engagement.likes)%> @@ -454,9 +451,8 @@ - - - + + @@ -477,19 +473,20 @@ - - <%= k.Video.Channel.subscriberCount %> - + Suscribe - + + + + <% if (!video.Channel.Name.endsWith(' - Topic')) { %> - - + + Comments @@ -514,18 +511,18 @@ <% } %> - + <% if (Array.isArray( inv.comments)) { %> <% inv.comments.forEach(x =>{ %> - + - - + + - + @@ -547,7 +544,7 @@ <% } %> <% if (x.authorIsChannelOwner) { %> - + @@ -564,7 +561,7 @@ <% } %> - + <%- x.contentHtml %> <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> @@ -585,6 +582,7 @@ <% } %> + @@ -1559,9 +1557,7 @@ padding: 3px; <%=k.Video.Channel.Name%> - - - + @@ -1584,6 +1580,7 @@ padding: 3px; + @@ -1598,8 +1595,18 @@ padding: 3px; + + <% if (String(video.Description) != "[object Object]") { %> - <%-String(video.Description).replace(/\n/g, " ")%> + <%-String(inv_vid.descriptionHtml).replace(/\n/g, " ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %> + + <% } %> + + <% if (String(video.Description) == "[object Object]") { %> + No Description On this Video ( sad innit :c ) + <% } %> + + More from <%=k.Video.Channel.Name%>
- <%=engagement.viewCount.toLocaleString()%> Views - Uploaded At <%=date%> - By <%-k.Video.Channel.Name%> ^^ + <%=engagement.viewCount.toLocaleString()%> Views - Uploaded At <%=date%> ^^
+
@@ -564,7 +561,7 @@ <% } %> - + <%- x.contentHtml %> <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> @@ -585,6 +582,7 @@ <% } %> +
<%- x.contentHtml %> <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> @@ -585,6 +582,7 @@ <% } %> +
@@ -1598,8 +1595,18 @@ padding: 3px;
+ <% if (String(video.Description) != "[object Object]") { %> -
<%-String(video.Description).replace(/\n/g, " ")%>
No Description On this Video ( sad innit :c )