Redirect options!

This commit is contained in:
Violet 2023-10-23 23:31:23 -05:00
parent 8dd4dce08b
commit d54639549c
2 changed files with 56 additions and 23 deletions

View file

@ -40,11 +40,19 @@
<option value="ogg">.ogg</option>
<option value="wav">.wav</option>
</select>
<p>Redirect:</p>
<select required id="redirect" name="redirect">
<option value="false">Don't redirect</option>
<option value="redirectjs">Redirect (JS) *1</option>
<option value="redirect">Redirect (disable progress) *2</option>
</select>
<br>
<input type="submit" placeholder="test">
</form>
<hr>
<p>Videos over a certain size may fail to download!</p>
<p>Currently video quality may not be too high, due to formats above 720p having seperated audio tracks. This is being worked on!</p>
<p>*1: The "Redirect JS" Option is the same as the "Don't redirect" option, except it sends javascript to the browser letting you redirect. BOTH OPTIONS WORK FINE WITHOUT JAVASCRIPT!</p>
<p>*2: The "Redirect (disable progress)" option doesn't use any javascript and automatically redirects to the download, but you are not given download progress updates!</p>
<hr>
<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>