mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
add isSchoolProxy
This commit is contained in:
parent
54ba6edffe
commit
8c5ba7945f
1 changed files with 15 additions and 1 deletions
|
@ -963,6 +963,7 @@ display: block; !important;" autoplay controls>
|
|||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% if (!isSchoolProxy) { %>
|
||||
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
|
@ -974,12 +975,25 @@ display: block; !important;" autoplay controls>
|
|||
<% if (qua === "medium") { %>
|
||||
|
||||
<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">
|
||||
<% } %>
|
||||
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% if (isSchoolProxy) { %>
|
||||
<% if (!qua) { %>
|
||||
<source src="https://tube-proxy.ashley0143.xyz/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-proxy.ashley0143.xyz/proxy/media/<%=inv_vid.videoId%>/18" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="sd360" selected="true">
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
<% if (Array.isArray( inv_vid.captions)) { %>
|
||||
<% inv_vid.captions?.forEach(x => { %>
|
||||
|
|
Loading…
Reference in a new issue