mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
hiiiiiiiiiiii
This commit is contained in:
parent
b4301333a0
commit
eae6d2b5df
1 changed files with 34 additions and 9 deletions
|
@ -195,10 +195,10 @@ summary:hover{
|
||||||
|
|
||||||
|
|
||||||
<div class="video-list download-list playlist-video-list">
|
<div class="video-list download-list playlist-video-list">
|
||||||
<div class="format-list">
|
|
||||||
<h1 style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">DOWNLOAD THE VIDEO</h1>
|
<h1 style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">DOWNLOAD THE VIDEO</h1>
|
||||||
<p>You can select a format that you want!</p>
|
<div class="format-list">
|
||||||
|
|
||||||
|
<h2>Muxed formats</h2>
|
||||||
|
|
||||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'">
|
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'">
|
||||||
3GPP
|
3GPP
|
||||||
|
@ -220,8 +220,7 @@ summary:hover{
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'">
|
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'"> MP4 (720p)
|
||||||
MP4 (HD720)
|
|
||||||
</div>
|
</div>
|
||||||
<a style="color:#fff;font-family:Inter" href="/api/video/download?v=<%=video.id%>">
|
<a style="color:#fff;font-family:Inter" href="/api/video/download?v=<%=video.id%>">
|
||||||
<i class="fas fa-download"></i>
|
<i class="fas fa-download"></i>
|
||||||
|
@ -229,11 +228,37 @@ summary:hover{
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p style="visibility: hidden;">
|
||||||
we dont see the videos that you are downloading :P
|
we dont see the videos that you are downloading :P
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="format-list">
|
||||||
|
|
||||||
|
<h2>Audio only formats</h2>
|
||||||
|
|
||||||
|
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'"> webm (50k)
|
||||||
|
</div>
|
||||||
|
<a style="color:#fff;font-family:Inter" href="/api/video/download?v=<%=video.id%>&q=249&f=webm">
|
||||||
|
<i class="fas fa-download"></i>
|
||||||
|
Download
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:'Ginto Nord'"> webm (160k)
|
||||||
|
</div>
|
||||||
|
<a style="color:#fff;font-family:Inter" href="/api/video/download?v=<%=video.id%>&q=251&f=webm">
|
||||||
|
<i class="fas fa-download"></i>
|
||||||
|
Download
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
<p style="visibility: hidden;">
|
||||||
|
gfhefdhgrdfhdfshfgddfsfdgdfsds gfhefdhgrdfhdfshfgddfsfdgdfsds
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue