mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 04:49:00 +01:00
o
This commit is contained in:
parent
8ca00ef881
commit
6f96374fa4
1 changed files with 2 additions and 2 deletions
|
@ -2550,7 +2550,7 @@ a {
|
|||
<div class="primary" >
|
||||
<div class="video-player-container" style="background-color:#000">
|
||||
|
||||
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4" onerror="setTimeout(function() { location.reload(); }, 5000>
|
||||
<video style="border-radius: 16px;" class="player" id="video" autoplay controls poster="<%- proxyurl %>/https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg?v=607ddcd4" onerror="">
|
||||
|
||||
|
||||
|
||||
|
@ -2560,7 +2560,7 @@ a {
|
|||
|
||||
|
||||
|
||||
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true" onerror="setTimeout(function() { location.reload(); }, 5000>
|
||||
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="true" onerror="">
|
||||
|
||||
<% } %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue