Update html/watch.ejs
This commit is contained in:
parent
713c96b99d
commit
4a71b24daa
@ -1039,7 +1039,7 @@ Offical Discord Server! :3
|
||||
<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;" preload>
|
||||
<% if (isvidious) { %>
|
||||
<% if (!qua) { %>
|
||||
<source src="<%=u%>/api/manifest/dash/id/<%=VideoData.videoId%>?locale=true&t=<%=btoa(Date.now())%>&f=<%=btoa(Date.now())%>" label="dash">
|
||||
<source src="<%=u%>/api/manifest/dash/id/<%=VideoData.videoId%>?local=true&t=<%=btoa(Date.now())%>&f=<%=btoa(Date.now())%>" label="dash">
|
||||
<% } %>
|
||||
<% if (qua === "medium") { %>
|
||||
<source src="<%=u%>/latest_version?id=<%=VideoData.videoId%>&itag=18&local=true" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="sd360" selected="true" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user