mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
add isSchoolProxy
This commit is contained in:
parent
54ba6edffe
commit
8c5ba7945f
@ -963,6 +963,7 @@ display: block; !important;" autoplay controls>
|
||||
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% if (!isSchoolProxy) { %>
|
||||
|
||||
<% if (!isvidious) { %>
|
||||
|
||||
@ -974,11 +975,24 @@ 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)) { %>
|
||||
|
Loading…
Reference in New Issue
Block a user