Update html/watch.ejs
This commit is contained in:
parent
889cdc3f3b
commit
6a1a9ce11e
@ -410,7 +410,7 @@ button:hover, a:hover {
|
||||
|
||||
<!-- player -->
|
||||
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||
<script src="/static/vjs.min.js?v=45959"></script><!-- custom video player for poke --><script src="/static/player-base.js?v=333_352&lang=en_us&set=player_ias.vflset"> </script>
|
||||
<script src="/static/vjs.min.js?v=45959"></script><!-- custom video player for poke --><script src="/static/player-base.js?v=4333_352&lang=en_us&set=player_ias.vflset"> </script>
|
||||
|
||||
<!-- ICONS -->
|
||||
<!-- Font awesome pro -->
|
||||
@ -1036,7 +1036,7 @@ Offical Discord Server! :3
|
||||
<% } %>
|
||||
</noscript>
|
||||
|
||||
<video poster="<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= VideoData.videoId %>/hqdefault.jpg" class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" >
|
||||
<video preload="none" poster="<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= VideoData.videoId %>/hqdefault.jpg" class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" >
|
||||
<% if (isvidious) { %>
|
||||
<% if (!qua) { %>
|
||||
<source src="<%=u%>/api/manifest/dash/id/<%=VideoData.videoId%>?local=true&t=<%=btoa(Date.now())%>&f=<%=btoa(Date.now())%>" label="dash">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user