mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
PokeTube Player v08.27.22 :3
This commit is contained in:
parent
717be66eb9
commit
ecdc887ff8
1 changed files with 22 additions and 14 deletions
|
@ -270,6 +270,7 @@ border-radius: 5px;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
@ -278,10 +279,7 @@ border-radius: 5px;
|
||||||
<p class="video-sub-info description">
|
<p class="video-sub-info description">
|
||||||
<span><%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^</span>
|
<span><%=engagement.viewCount.toLocaleString()%> Total views - Uploaded on <%=date%> ^^</span>
|
||||||
<br> <br>
|
<br> <br>
|
||||||
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
|
|
||||||
<b style="font-family:Inter">Listen to this song on <a href="/music?v=<%=video.id%>"> poketube music!</a> owo :3 </b> <br> <br>
|
|
||||||
|
|
||||||
<% }%>
|
|
||||||
|
|
||||||
<%-String(video.Description).replace(/\n/g, " <br> ")%></center>
|
<%-String(video.Description).replace(/\n/g, " <br> ")%></center>
|
||||||
</p>
|
</p>
|
||||||
|
@ -295,19 +293,28 @@ border-radius: 5px;
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<a style="color:#fff" href="/download?v=<%=video.id%>">
|
<a style="color:#fff;text-decoration: none; " href="/download?v=<%=video.id%>">
|
||||||
<i class="fa-light fa-download"></i>
|
<i class="fa-light fa-download"></i>
|
||||||
Download!
|
Download
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
|
||||||
<a style="color:#fff" href="/old/watch?v=<%=video.id%>">
|
<a style="color:#fff;text-decoration: none;" href="/encryption?v=<%=video.id%>">
|
||||||
<i class="fa-light fa-history"></i>
|
<i class="fa-light fa-shield"></i>
|
||||||
Watch in old UI
|
Encryption
|
||||||
</a>
|
</a>
|
||||||
|
<% }%>
|
||||||
|
<% if (video.Channel.Name.endsWith(' - Topic')) { %>
|
||||||
|
<a style="color:#fff;text-decoration: none;" href="/music?v=<%=video.id%>">
|
||||||
|
<i class="fa-light fa-music"></i>
|
||||||
|
Open In Music
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<% }%>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="channel-info__bordered" style="border-radius:10px;font-family:Inter" name="chnl">
|
<div class="channel-info__bordered" style="border-radius:10px;font-family:Inter" name="chnl">
|
||||||
|
@ -343,13 +350,14 @@ border-radius: 5px;
|
||||||
|
|
||||||
<p style="font-family:MonoSpace">
|
<p style="font-family:MonoSpace">
|
||||||
<b>
|
<b>
|
||||||
PokeTube Player v08.26.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
PokeTube Player v08.27.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="recommended-list" style="background-color:#1c1c1c;border-radius:25px;margin: 5px;">
|
<div class="recommended-list" style="background-color:#1c1c1c;border-radius:25px;margin: 10px;">
|
||||||
|
|
||||||
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
<div style="font-family:Inter,sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue