Progress bars!!!

This commit is contained in:
Violet 2023-10-20 23:03:54 +00:00
parent cf43b56572
commit 924eea1621
4 changed files with 105 additions and 31 deletions

View file

@ -12,11 +12,11 @@
</head>
<body>
<h1>Youtube Downloader <p>v0.4</p>
<h1>Youtube Downloader <p>v2.0</p>
<hr>
</h1>
<form action="/download" method="get" target="_blank">
<form action="/getLink" method="get" target="_blank">
<p style="margin-bottom: 1px;">Video URL:</p>
<input required id="url" placeholder="Enter url" name="url">
<p>Quality:</p>
@ -43,6 +43,7 @@
<input type="submit" placeholder="test">
</form>
<hr>
<p>Warning!: Although the tab might seem frozen, it is not! When you download a video, it first downloads, then converts, then sends it! If you would know any ways to indicated <b>without javascript</b> the progress of the conversion, or how to pipe the ffmpeg conversion automatically, please help!</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>