Univerter 3.0 !!!
This commit is contained in:
parent
700a19bfd6
commit
f9da622fbf
4 changed files with 262 additions and 201 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
||||
<title>Youtube Downloader</title>
|
||||
<title>Univerter</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Youtube Downloader <p>v2.2</p>
|
||||
<h1>Univerter <p>v3.0</p>
|
||||
<hr>
|
||||
</h1>
|
||||
|
||||
<form action="/getLink" method="get" target="_blank">
|
||||
<form action="/download" method="get" target="_blank">
|
||||
<div class="setting">
|
||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
||||
<input required id="url" placeholder="Enter url" name="url">
|
||||
|
@ -24,24 +24,26 @@
|
|||
|
||||
<div class="setting">
|
||||
<p>Quality:</p>
|
||||
<br>
|
||||
<select required id="quality" name="quality">
|
||||
<option value="highest">Highest</option>
|
||||
<option value="lowest">Lowest</option>
|
||||
</select>
|
||||
|
||||
<select required id="definition" name="definition">
|
||||
<option value="sd">SD (Standard Definition)</option>
|
||||
<option value="hd">HD (High Definition)</option>
|
||||
</select>
|
||||
</div>
|
||||
<!-- <div class="setting">
|
||||
<p>Filename:</p>
|
||||
<input required id="filename" placeholder="Enter filename" name="filename">
|
||||
</div> -->
|
||||
|
||||
<div class="setting">
|
||||
<p>Format:</p>
|
||||
<select required id="format" name="format">
|
||||
<option disabled>Video Options</option>
|
||||
<option value="mp4" class="tooltip1">.mp4 (fastest)</option>
|
||||
<option value="webm" class="tooltip1">.webm (fastest)</option>
|
||||
<option value="mp4">.mp4</option>
|
||||
<option value="matroska">.mkv</option>
|
||||
<option value="flv">.flv</option>
|
||||
<option value="avi">.avi</option>
|
||||
<option value="mpeg">.mpeg</option>
|
||||
<option value="mov">.mov</option>
|
||||
<option disabled>Audio Options</option>
|
||||
<option value="mp3">.mp3</option>
|
||||
|
@ -49,21 +51,13 @@
|
|||
<option value="wav">.wav</option>
|
||||
</select>
|
||||
</div>
|
||||
<!-- <p class="note">* When using mp4 and webm, progress updates and redirect options are disabled, as it is directly downloaded to the browser.</p> -->
|
||||
<div class="setting">
|
||||
<p>Redirect:</p>
|
||||
<select required id="redirect" name="redirect">
|
||||
<option value="redirectjs">Redirect (JS, reccomended)</option>
|
||||
<option value="false">Don't auto redirect</option>
|
||||
<option value="redirect">Redirect (Not reccomended)</option>
|
||||
</select>
|
||||
</div>
|
||||
<br>
|
||||
<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><a href="https://ko-fi.com/bingus_violet">Please consider donating</a> or host the website yourself! Anything
|
||||
helps! (Check <a href="https://github.com/Violets-puragtory/NoJS-YTConverter">github</a> for more info)</p>
|
||||
helps! (Check <a href="https://codeberg.org/Bingus_Violet/Univerter">Codeberg</a> for more info)</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue