mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 07:38:13 +01:00
Encryption info
This commit is contained in:
parent
72ba85b45f
commit
e68c24769d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
<% if (!isMobile) { %>
|
<% if (!isMobile) { %>
|
||||||
<!--
|
<!--
|
||||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||||
|
@ -237,8 +236,9 @@ margin-right: 100px;
|
||||||
<div class="primary">
|
<div class="primary">
|
||||||
|
|
||||||
<div class="video-player-container">
|
<div class="video-player-container">
|
||||||
<video class="player" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
<video class="player" id="<%=sha384(video.id)%>" style="border-radius: 16px;" autoplay controls src="https://tube.kuylar.dev/proxy/media/<%=video.id%>/18?e=<%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
</div><br>
|
</div><br>
|
||||||
<div class="video-info">
|
<div class="video-info">
|
||||||
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Title%></div>
|
<div class="video-title" style="font-family:'Ginto Nord';font-weight:900;white-space:yes;"><%=video.Title%></div>
|
||||||
|
@ -659,7 +659,7 @@ summary:hover{
|
||||||
<div class="mobile-page">
|
<div class="mobile-page">
|
||||||
<div class="primary">
|
<div class="primary">
|
||||||
<div class="video-player-container">
|
<div class="video-player-container">
|
||||||
<video class="player" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
<video class="player" autoplay controls src="https://tube.kuylar.dev/proxy/media/<%=video.id%>/18?e=<%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%><%=sha384(video.id)%><%=sha384(video.Title)%><%=sha384(video.Description)%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||||
</video>
|
</video>
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue