Redirect after download

This commit is contained in:
Bingus_Violet 2024-01-18 18:09:13 -06:00
parent d8f867745d
commit 1cb26a7f99
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<hr>
</h1>
<form action="/download" method="get" target="_blank">
<form action="/download" method="get">
<p style="margin-bottom: 1px;">Video URL:</p>
<input required type="url" id="url" placeholder="Enter url" name="url" style="width: 80vw; max-width: 550px">