From cc550aed34aa59f2c318ee20e4f9c64bb4d31379 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 5 Mar 2023 12:22:21 +0000 Subject: [PATCH] hehe :3 --- html/poketube.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 3266a19a..92d6adfa 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -641,8 +641,8 @@ display: block; !important;" autoplay controls
Video id : <%=video.id%>
ImmersiveAmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %>
- Video Format :<% if (!qua) { %> 22 (720p) gstreamer1-libav openh264 mp4a.40.2 | 44100Hz <% } %> - <% if (qua === "medium") { %> 18 (320p) 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) openh264 (https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz <% } %>
PokeTubeEncryptID: <%=sha384(video.id)%>
Proxy : <%= u.replace("https://","") %> - refresh the page to change the proxy location
Date : <%- Date.now() %>