Progress bars!!!
This commit is contained in:
parent
cf43b56572
commit
924eea1621
4 changed files with 105 additions and 31 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue