Update bulkdl.html

This commit is contained in:
nune 2024-12-20 21:00:20 -05:00 committed by GitHub
parent 8a05ebd6a0
commit ad25c79a06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,9 @@
<p>enter up to 64 pastebin urls or ids, one line each to download in a handy little zip!:</p> <p>enter up to 64 pastebin urls or ids, one line each to download in a handy little zip!:</p>
<form id="bulkDownloadForm" method="POST" action="/bulk-download" enctype="application/x-www-form-urlencoded"> <form id="bulkDownloadForm" method="POST" action="/bulk-download" enctype="application/x-www-form-urlencoded">
<textarea name="pasteIds" rows="10" cols="50" placeholder="enter here, then solve the captcha"></textarea> <textarea name="pasteIds" rows="10" cols="50" placeholder="enter here, then solve the captcha"></textarea>
<div id="captchaContainer"></div> <label for="captchaToken">enter:</label><br>
<img id="captchaImage" alt="Captcha Image"><br>
<input type="text" id="captchaToken" required><br>
<button type="submit">go!</button> <button type="submit">go!</button>
</form> </form>
<script src="/captcha.js" defer></script> <script src="/captcha.js" defer></script>