Removed more unnessacary stuff

This commit is contained in:
Violet 2023-08-24 16:00:33 +00:00
parent 84c93a21e8
commit d603b974f0
5 changed files with 52 additions and 176 deletions

View file

@ -6,18 +6,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css">
<title>Youtube Downloader</title>
</head>
<body>
<h1>Youtube Downloader <p>v0.3</p>
<h1>Youtube Downloader <p>v0.4</p>
<hr>
</h1>
@ -28,18 +23,14 @@
<select required id="quality" name="quality">
<option value="highest">Highest</option>
<option value="lowest">Lowest</option>
<!-- <option value="highestaudio">Highest (Audio Only)</option>
<option value="lowestaudio">Lowest (Audio Only)</option>
<option value="highestvideo">Highest (Video Only)</option>
<option value="lowestvideo">Lowest (Video Only)</option> -->
</select>
<p>Filename:</p>
<input required id="filename" placeholder="Enter filename" name="filename"><br>
<p>Format:</p>
<select required id="format" name="format">
<option disabled>Video Options</option>
<option value="mp4">.mp4 (reccommended *)</option>
<option value="webm">.webm (recommended *)</option>
<option value="mp4">.mp4 (*)</option>
<option value="webm">.webm (*)</option>
<option value="flv">.flv</option>
<option value="avi">.avi</option>
<option value="mpeg">.mpeg</option>
@ -51,7 +42,7 @@
</select>
<input type="submit" placeholder="test">
</form>
<p>* using mp4s (or webms) are highly reccomended, as those are the default formats for youtube. Any other format will require converting the video. This not only means you have to wait longer for the video to convert, which can take time depending on how many people are active, but also puts unnecessary stress on the server.</p>
<p>* using mp4s or webms is highly reccomended, as those are the default formats for youtube. Any other format will require converting the video, slowing download speed.</p>
<hr>
<!-- <p><a>Please consider donating</a> or host the website yourself! (Check github below for more info)</p><br> -->
<p>Please consider hosting the project yourself! (Check github for more details)</p>