mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
(for now) remove video proxy
This commit is contained in:
parent
abb32e6d79
commit
8044ee9aa8
@ -238,7 +238,7 @@ border-radius: 5px;
|
||||
<div class="primary">
|
||||
|
||||
<div class="video-player-container">
|
||||
<video class="player" id="<%=sha384(video.id)%>" style="border-radius: 16px;" autoplay controls src="https://v.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||
<video class="player" id="<%=sha384(video.id)%>" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||
</video><img src="https://t.poketube.fun/t/rep.gif?video=<%=btoa(video.id)%>" style="border:0;width: 0;visibility: hidden;" id="video">
|
||||
<div style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;" align="center">
|
||||
|
||||
@ -254,7 +254,7 @@ border-radius: 5px;
|
||||
</div>
|
||||
<div style="font-family:Inter">
|
||||
<p style="text-align:center;">
|
||||
if the video is not loading, try the sd quailty. if its buffering, refresh the page or wait for it to download it qwq (try using the arrow buttons on your keyboard to download the whole video faster.) if you still have problems using poketube, create an issue <a href="https://codeberg.org/Ashley/poketube/issues/new">here.</a>
|
||||
if the video is not loading, try the sd quailty.
|
||||
</p>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user