Minor changes
This commit is contained in:
parent
9583f70c7c
commit
63dd7b3bc7
3 changed files with 15 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Univerter <p>v3.1</p>
|
||||
<h1>Univerter <p>v3.1.1</p>
|
||||
<p style="color: lightgray">And still javascript free...</p>
|
||||
<hr>
|
||||
</h1>
|
||||
|
@ -31,9 +31,10 @@
|
|||
</select>
|
||||
|
||||
<select required id="definition" name="definition">
|
||||
<option value="sd">SD (Standard Definition)</option>
|
||||
<option value="hd">HD (High Definition)</option>
|
||||
<option value="sd">SD (Standard Definition)</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
|
@ -46,14 +47,15 @@
|
|||
<option value="avi">.avi</option>
|
||||
<option value="mov">.mov</option>
|
||||
<option disabled>Audio Formats</option>
|
||||
<option value="mp3">.mp3</option>
|
||||
<option value="mp3" selected>.mp3</option>
|
||||
</select>
|
||||
</div>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
<p>The SD option only supports 720p and below, HD supports all qualities. HD is experimental, so please report
|
||||
issues :D</p>
|
||||
<p>Notes: </p>
|
||||
<p>SD is 720p max, HD supports all qualities (even 4k!)</p>
|
||||
<hr>
|
||||
<p><a href="https://ko-fi.com/bingus_violet">Please consider donating</a> or host the website yourself! Anything
|
||||
helps! (Check <a href="https://codeberg.org/Bingus_Violet/Univerter">Codeberg</a> for more info)</p>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue