mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
hehe :3
This commit is contained in:
parent
5cdb78eca3
commit
cc550aed34
1 changed files with 2 additions and 2 deletions
|
@ -641,8 +641,8 @@ display: block; !important;" autoplay controls
|
||||||
<div class="div_box">
|
<div class="div_box">
|
||||||
Video id : <%=video.id%> <br>
|
Video id : <%=video.id%> <br>
|
||||||
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
||||||
Video Format :<% if (!qua) { %> 22 (720p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %>
|
Video Format :<% if (!qua) { %> 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
|
||||||
<% if (qua === "medium") { %> 18 (320p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %> <br>
|
<% if (qua === "medium") { %> 18 (320p) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %> <br>
|
||||||
PokeTubeEncryptID: <%=sha384(video.id)%> <br>
|
PokeTubeEncryptID: <%=sha384(video.id)%> <br>
|
||||||
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
|
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location<br>
|
||||||
Date : <%- Date.now() %> <br>
|
Date : <%- Date.now() %> <br>
|
||||||
|
|
Loading…
Reference in a new issue