2023-05-05 11:15:22 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
2023-11-22 22:52:44 -06:00
|
|
|
<link rel="stylesheet" href="./style.css">
|
2023-05-05 11:15:22 -05:00
|
|
|
|
2023-11-28 21:21:17 -06:00
|
|
|
<title>Univerter</title>
|
2023-05-05 11:15:22 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-12-09 12:10:50 -06:00
|
|
|
<h1>Univerter <p>v3.1.1</p>
|
2023-11-30 13:17:24 -06:00
|
|
|
<p style="color: lightgray">And still javascript free...</p>
|
2023-05-08 12:52:41 -05:00
|
|
|
<hr>
|
|
|
|
</h1>
|
2023-11-22 22:52:44 -06:00
|
|
|
|
2023-12-09 13:20:18 -06:00
|
|
|
<p><a href="/converter">Converter</a></p>
|
|
|
|
|
2023-11-20 14:39:04 -06:00
|
|
|
<form action="/download" method="get" target="_blank">
|
2023-10-25 12:32:46 -05:00
|
|
|
<div class="setting">
|
|
|
|
<p style="margin-bottom: 1px;">Video URL:</p>
|
2023-11-22 23:08:30 -06:00
|
|
|
<input required id="url" placeholder="Enter url" name="url" style="width: 80vw; max-width: 550px">
|
2023-10-25 12:32:46 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="setting">
|
|
|
|
<p>Quality:</p>
|
|
|
|
<select required id="quality" name="quality">
|
|
|
|
<option value="highest">Highest</option>
|
|
|
|
<option value="lowest">Lowest</option>
|
|
|
|
</select>
|
2023-11-20 14:39:04 -06:00
|
|
|
|
|
|
|
<select required id="definition" name="definition">
|
|
|
|
<option value="hd">HD (High Definition)</option>
|
2023-12-09 12:10:50 -06:00
|
|
|
<option value="sd">SD (Standard Definition)</option>
|
2023-11-20 14:39:04 -06:00
|
|
|
</select>
|
2023-12-09 12:10:50 -06:00
|
|
|
|
2023-10-25 12:32:46 -05:00
|
|
|
</div>
|
2023-11-20 14:39:04 -06:00
|
|
|
|
2023-10-25 12:32:46 -05:00
|
|
|
<div class="setting">
|
|
|
|
<p>Format:</p>
|
|
|
|
<select required id="format" name="format">
|
2023-11-20 14:44:35 -06:00
|
|
|
<option disabled>Video Formats</option>
|
2023-11-20 14:39:04 -06:00
|
|
|
<option value="mp4">.mp4</option>
|
|
|
|
<option value="matroska">.mkv</option>
|
2023-10-25 12:32:46 -05:00
|
|
|
<option value="flv">.flv</option>
|
|
|
|
<option value="avi">.avi</option>
|
|
|
|
<option value="mov">.mov</option>
|
2023-11-20 14:44:35 -06:00
|
|
|
<option disabled>Audio Formats</option>
|
2023-12-09 12:10:50 -06:00
|
|
|
<option value="mp3" selected>.mp3</option>
|
2023-10-25 12:32:46 -05:00
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
<input type="submit">
|
2023-05-05 11:15:22 -05:00
|
|
|
</form>
|
2023-10-25 12:32:46 -05:00
|
|
|
<br>
|
2023-12-09 12:10:50 -06:00
|
|
|
<p>Notes: </p>
|
|
|
|
<p>SD is 720p max, HD supports all qualities (even 4k!)</p>
|
|
|
|
<hr>
|
2023-10-25 12:32:46 -05:00
|
|
|
<p><a href="https://ko-fi.com/bingus_violet">Please consider donating</a> or host the website yourself! Anything
|
2023-11-20 14:39:04 -06:00
|
|
|
helps! (Check <a href="https://codeberg.org/Bingus_Violet/Univerter">Codeberg</a> for more info)</p>
|
2023-05-05 11:15:22 -05:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|