OMG ITS FIXED :DDD !!!!

This commit is contained in:
Violet 2023-10-18 20:04:42 -05:00
parent 56835a9221
commit cf43b56572
5 changed files with 51 additions and 57 deletions

View file

@ -29,27 +29,21 @@
<p>Format:</p>
<select required id="format" name="format">
<option disabled>Video Options</option>
<option value="mp4">.mp4 (*)</option>
<option value="webm">.webm (*)</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>
<option value="mov">.mov</option>
<option value="mgsts">.mgsts</option>
<option disabled>Audio Options</option>
<option value="mp3">.mp3</option>
<option value="wmv">.wmv</option>
<option value="ogg">.ogg</option>
<option value="wav">.wav</option>
</select>
<input type="submit" placeholder="test">
</form>
<p>* using mp4s or webms is highly reccomended, as those are the default formats for youtube. <br>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>
<p>Check out the <a id="github" href="https://github.com/Violets-puragtory/YoutubeConverter">Github page</a> to
learn how to host it yourself, how it works, report bugs, and more.</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><br>
</body>
</html>