mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:58:06 +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/>
|
||||
<span></span>
|
||||
</p>
|
||||
<% if (!qua) { %>
|
||||
|
||||
</div>
|
||||
<% if (!qua) { %>
|
||||
<video
|
||||
id="my-video"
|
||||
class="video-js"
|
||||
style="width:720px;"
|
||||
controls
|
||||
autoplay
|
||||
preload="auto"
|
||||
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" />
|
||||
<p class="vjs-no-js">
|
||||
|
||||
</p>
|
||||
</video>
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<% 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
|
||||
|
||||
video.pause();video.play();
|
||||
//video.pause();video.play();
|
||||
|
||||
// DO NOT REMOVE
|
||||
|
||||
|
|
Loading…
Reference in a new issue