mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
new download url!
This commit is contained in:
parent
26f0573493
commit
28a0f8c035
1 changed files with 2 additions and 3 deletions
|
@ -205,7 +205,7 @@ summary:hover{
|
|||
</div>
|
||||
<div>
|
||||
|
||||
<a style="color:#fff" href="/api/video/download?v=<%=video.id%>">
|
||||
<a style="color:#fff" href="/download?v=<%=video.id%>">
|
||||
<i class="fas fa-download"></i>
|
||||
Download
|
||||
</a>
|
||||
|
@ -262,7 +262,6 @@ summary:hover{
|
|||
<% if (optout) { %>
|
||||
Ayo u are lucy! this music video has lyrics! wanna see em? <a href="/watch?v=<%=video.id%>&r=f&t=f">Click this!</a>
|
||||
|
||||
<br>pstt,we now have a music option wanna see it? <a href="/music?v=<%=video.id%>&t=f">Click this!</a>
|
||||
<% } %>
|
||||
<% if (!optout) { %>
|
||||
Ayo u are lucy! this music video has lyrics! wanna see em? <a href="/watch?v=<%=video.id%>&r=f">Click this!</a>
|
||||
|
|
Loading…
Reference in a new issue