mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 18:18:13 +01:00
added very very bad audio
This commit is contained in:
parent
e050e53653
commit
a9fcb28b1b
1 changed files with 6 additions and 4 deletions
|
@ -1151,23 +1151,25 @@ Offical Discord Server! :3
|
||||||
<br/>
|
<br/>
|
||||||
<span></span>
|
<span></span>
|
||||||
</p>
|
</p>
|
||||||
<% if (!qua) { %>
|
|
||||||
|
</div>
|
||||||
|
<% if (!qua) { %>
|
||||||
<video
|
<video
|
||||||
id="my-video"
|
id="my-video"
|
||||||
class="video-js"
|
class="video-js"
|
||||||
|
style="width:720px;"
|
||||||
controls
|
controls
|
||||||
autoplay
|
autoplay
|
||||||
preload="auto"
|
preload="auto"
|
||||||
data-setup="{}"
|
data-setup="{}"
|
||||||
>
|
>
|
||||||
|
<source id="my-spanish-audio-track" src="https://eu-proxy.poketube.fun/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="audio/ogg">
|
||||||
<source src="https://eu-proxy.poketube.fun/latest_version?id=<%=inv_vid.videoId%>&itag=136&local=true" type="video/mp4" />
|
<source src="https://eu-proxy.poketube.fun/latest_version?id=<%=inv_vid.videoId%>&itag=136&local=true" type="video/mp4" />
|
||||||
<p class="vjs-no-js">
|
<p class="vjs-no-js">
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</video>
|
</video>
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% if (!a) { %>
|
<% if (!a) { %>
|
||||||
|
@ -2247,7 +2249,7 @@ const init = () => {
|
||||||
|
|
||||||
//fixes a issue where firefox/chromium fails to load the ambinet mode and doesnt load it. - please dont remove this line lmao
|
//fixes a issue where firefox/chromium fails to load the ambinet mode and doesnt load it. - please dont remove this line lmao
|
||||||
|
|
||||||
video.pause();video.play();
|
//video.pause();video.play();
|
||||||
|
|
||||||
// DO NOT REMOVE
|
// DO NOT REMOVE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue