mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add verified checkmark
This commit is contained in:
parent
5cf95d0b1a
commit
c7ce71702a
1 changed files with 9 additions and 15 deletions
|
@ -1130,22 +1130,17 @@ display: block; !important;" autoplay controls>
|
|||
<img loading="lazy" src="/avatars/<%= k.Video.Channel.Avatar[1].$t.replace("https://yt3.ggpht.com/", "") %>" %>">
|
||||
</a>
|
||||
<div class="name" >
|
||||
<div>
|
||||
<div style="display: flex;flex-direction: row;max-width: 94px;">
|
||||
<a title="<%=k.Video.Channel.Name%> " class="video-info-pill-channelname"> <%=k.Video.Channel.Name%>
|
||||
|
||||
</a>
|
||||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (badges) { %>
|
||||
<% if (badges.tooltip === "Verified") { %>
|
||||
<i class="fa-solid fa-badge-check" title="<%=badges.tooltip%>"></i>
|
||||
<% } %> <% if (badges.tooltip === "Official Artist Channel") { %>
|
||||
<i class="fa-solid fa-music-note" title="<%=badges.tooltip%>"></i>
|
||||
<% } %> <% } %> <% } %>
|
||||
|
||||
|
||||
<% if (inv_vid?.authorVerified) { %>
|
||||
<div>
|
||||
<a href="https://support.google.com/youtube/answer/3046484?hl=en">
|
||||
<i class="icon ion ion-md-checkmark-circle" title="verified channel"></i></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -1465,7 +1460,6 @@ display: block; !important;" autoplay controls>
|
|||
<i class="fa-light fa-thumbs-down"></i> <%=convert(engagement.dislikes)%>
|
||||
</div>
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
<a title="Download this Video :3" style="color:var(--text-color);text-decoration: " href="/download?v=<%=inv_vid.videoId%>">
|
||||
|
@ -1481,7 +1475,7 @@ display: block; !important;" autoplay controls>
|
|||
<i class="fa-light fa-shield"></i>
|
||||
Encryption
|
||||
</a>
|
||||
<% }%> <% }%>
|
||||
<% }%><% }%>
|
||||
|
||||
<% if (video?.Channel.Name.endsWith(' - Topic') || inv_vid.title.endsWith('Audio)')) { %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue