mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05:00
new quality settings :3
This commit is contained in:
parent
022d706afa
commit
26d5b4aa8f
1 changed files with 5 additions and 6 deletions
|
@ -236,8 +236,6 @@ font-family:Ubuntu
|
|||
</div>
|
||||
|
||||
<!-- ignore this -->
|
||||
|
||||
|
||||
<p style="visibility: hidden;">
|
||||
we dont see the videos that you are downloading :P
|
||||
</p>
|
||||
|
@ -247,7 +245,7 @@ font-family:Ubuntu
|
|||
|
||||
<h2>Audio-Only formats</h2>
|
||||
|
||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:"PokeTube flex";font-stretch: ultra-expanded;font-weight: 700;"> webm (50k)
|
||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:"PokeTube flex";font-stretch: ultra-expanded;font-weight: 700;"> webm (low)
|
||||
</div>
|
||||
<a style="color:#fff;font-family:Ubuntu" href="/api/video/download?v=<%=video.id%>&q=249&f=webm">
|
||||
<i class="fa-light fa-download"></i>
|
||||
|
@ -256,7 +254,7 @@ font-family:Ubuntu
|
|||
<br>
|
||||
</div>
|
||||
|
||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:"PokeTube flex";font-stretch: ultra-expanded;font-weight: 700;"> webm (160k)
|
||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */"> <div style="font-family:"PokeTube flex";font-stretch: ultra-expanded;font-weight: 700;"> webm (HIGH)
|
||||
</div>
|
||||
<a style="color:#fff;font-family:Ubuntu" href="/api/video/download?v=<%=video.id%>&q=251&f=webm">
|
||||
<i class="fa-light fa-download"></i>
|
||||
|
@ -276,6 +274,7 @@ font-family:Ubuntu
|
|||
<img src="https://t.poketube.fun/t/rep.gif?download_video=<%=btoa(video.id)%>" style="width: 0;visibility: hidden;" id="download_page">
|
||||
|
||||
</div>
|
||||
|
||||
<script src="/css/custom-css.js"> </script>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue