mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
add new url :3
This commit is contained in:
parent
ff9050a816
commit
a4a5d3a95c
1 changed files with 8 additions and 8 deletions
|
@ -884,7 +884,7 @@ About
|
|||
<% if (!isvidious) { %>
|
||||
|
||||
<% if (!qua) { %>
|
||||
<a href="https://tube.kuylar.dev/proxy/media/<%=inv_vid.videoId%>/22 " target="_blank" style="color: #fff;">
|
||||
<a href="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/22 " target="_blank" style="color: #fff;">
|
||||
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
|
||||
</a>
|
||||
|
||||
|
@ -893,7 +893,7 @@ About
|
|||
|
||||
<% if (qua === "medium") { %>
|
||||
|
||||
<a href="https://tube.kuylar.dev/proxy/media/<%=inv_vid.videoId%>/18 " target="_blank" style="color: #fff;">
|
||||
<a href="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/18 " target="_blank" style="color: #fff;">
|
||||
<i class="fa-light fa-arrow-up-right-from-square"></i> Open video in new tab
|
||||
</a>
|
||||
|
||||
|
@ -941,13 +941,13 @@ display: block; !important;" autoplay controls
|
|||
<% if (!isvidious) { %>
|
||||
|
||||
<% if (!qua) { %>
|
||||
<source src="https://tube.kuylar.dev/proxy/media/<%=inv_vid.videoId%>/22" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true">
|
||||
<source src="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/22" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true">
|
||||
|
||||
<% } %>
|
||||
|
||||
<% if (qua === "medium") { %>
|
||||
|
||||
<source src="https://tube.kuylar.dev/proxy/media/<%=inv_vid.videoId%>/18" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="sd360" selected="true">
|
||||
<source src="https://tube-proxy.poketube.fun/proxy/media/<%=inv_vid.videoId%>/18" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="sd360" selected="true">
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
@ -1020,7 +1020,7 @@ display: block; !important;" autoplay controls
|
|||
<% } %>
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
Proxy : tube.kuylar.dev - refresh the page to change the proxy location<br>
|
||||
Proxy : tube-proxy.poketube.fun - refresh the page to change the proxy location<br>
|
||||
<% } %>
|
||||
Date : <%- Date.now() %> - <%- useragent.os.replace("Linux", "GNU/Linux") %> on <%- useragent.browser %> <br>
|
||||
<% if (isvidious) { %>
|
||||
|
@ -1029,7 +1029,7 @@ display: block; !important;" autoplay controls
|
|||
<% } %>
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube.kuylar.dev" ) %> <br>
|
||||
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube-proxy.poketube.fun" ) %> <br>
|
||||
<% } %>
|
||||
|
||||
143 : true <br>
|
||||
|
@ -2582,7 +2582,7 @@ the channels social media accounts!
|
|||
<% } %>
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
Proxy : tube.kuylar.dev - refresh the page to change the proxy location<br>
|
||||
Proxy : tube-proxy.poketube.fun - refresh the page to change the proxy location<br>
|
||||
<% } %>
|
||||
Date : <%- Date.now() %> - <%- useragent.os.replace("Linux", "GNU/Linux") %> on <%- useragent.browser %> <br>
|
||||
<% if (isvidious) { %>
|
||||
|
@ -2591,7 +2591,7 @@ the channels social media accounts!
|
|||
<% } %>
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube.kuylar.dev" ) %> <br>
|
||||
Mystery text : <%=btoa(inv_vid.videoId + " i " + " lov " + " u " + "tube-proxy.poketube.fun" ) %> <br>
|
||||
<% } %>
|
||||
|
||||
143 : true <br>
|
||||
|
|
Loading…
Reference in a new issue