Update poketube.ejs

This commit is contained in:
Ashley 2022-06-24 16:10:38 +03:00 committed by GitHub
parent db2d419840
commit e88c9356f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,8 +187,7 @@ summary:hover{
<div class="video-info">
<div class="video-title" style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;"><%=video.Title%></div>
<p class="video-sub-info description">
<span><%=engagement.viewCount.toLocaleString()%> views - Uploaded on <%=date%> - Uploaded by <a href="/channel?id=<%=video.Channel.id%>" style=color:#fff>
<%=video.Channel.Name%> </a>
<span><%=engagement.viewCount.toLocaleString()%> views - Uploaded on <%=date%> ^^
</span> <br><br> <%-String(video.Description).replace(/\n/g, " <br> ")%></center>
</p>
<div class="video-info-buttons">
@ -215,7 +214,7 @@ summary:hover{
</div>
</div>
<div class="channel-info__bordered">
<div class="channel-info__bordered" name="chnl">
<a href="/channel?id=<%=video.Channel.id%>" class="avatar">
<img src=" <%= k.Video.Channel.Avatar[1].$t %>">
</a>
@ -225,7 +224,7 @@ summary:hover{
<div class="subscriber-count">
<%= k.Video.Channel.subscriberCount %>
</div>
<button class="subscribe-button" ><a style="color:#fff" href="https://www.youtube.com/channel/<%=video.Channel.id%>?view_as=subscriber?sub_confirmation=1">Subscribe</a></button>
<button class="subscribe-button" ><a style="color:#fff" href="https://www.youtube.com/channel/<%=video.Channel.id%>?view_as=subscriber?sub_confirmation=1">Suscribe</a></button>
</div>
</div>
@ -242,7 +241,7 @@ summary:hover{
Ayo u are lucy! this music video has lyrics! wanna see em? <a href="/watch?v=<%=video.id%>&r=f">Click this!</a>
<% } %>
<% if (!r) { %>
<p style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;">
<p style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
you migth also watch these... (ig?)
</p>
<% k.Video.Recommendations.Video.forEach(x => { %>
@ -252,10 +251,9 @@ you migth also watch these... (ig?)
<div class="info">
<a href="/watch?v=<%= x.id %>" class="title max-lines-2"><%= x.Title %></a>
<div>
<a href="/channel?id=<%= x.Channel.id %>">By <%=x.Channel.Name %></a>
<a href="/channel?id=<%= x.Channel.id %>"><%=x.Channel.Name %></a>
<div>
<a href="/watch?v=<%= x.id %>"><span><%= x.views %> views</span> <span>•</span> <span><%= x.uploadedAt %></span></a>
</div>
<%= x.uploadedAt %> </div>
</div>
</div>
</div>